diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 09:25:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 09:25:07 +0200 |
| commit | 0935dbf3cf657091f9346d0a846e02481f73d12a (patch) | |
| tree | d21d1dbfeacff512d810137939eb479b79f1053d | |
| parent | 6384a6eb5bebac9cf2c655cd10cdf735753a1f50 (diff) | |
| download | journal.lunar.sh-0935dbf3cf657091f9346d0a846e02481f73d12a.tar.gz journal.lunar.sh-0935dbf3cf657091f9346d0a846e02481f73d12a.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -432,7 +432,7 @@ img { .no-decoration { text-decoration-line: none; - color: #efefef; + color: #b7b7b7; } .youtube { @@ -774,7 +774,7 @@ code table tr { margin-top: 30px; font-size: 14px; font-family: $inter; - color: #696969; + color: #b7b7b7; padding-bottom: 33px; } @@ -883,6 +883,7 @@ code table tr { text-align: left; border-top: 1px solid #535353; background: #211f26; + color: #b7b7b7; } .footer-content |
