diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 09:36:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 09:36:40 +0200 |
| commit | 6109cd078eff80fc439048faf608250c844a8aff (patch) | |
| tree | fcb8a7401ccedc6433e9b96e5a21b7d4121b3d47 | |
| parent | 7be659102e4175bcbf388f35544080658bd11b68 (diff) | |
| download | journal.lunar.sh-6109cd078eff80fc439048faf608250c844a8aff.tar.gz journal.lunar.sh-6109cd078eff80fc439048faf608250c844a8aff.zip | |
Update highlight colors in _highlights.scss
| -rw-r--r-- | _sass/_highlights.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index 0b5c188..e3874a5 100644 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -3,13 +3,13 @@ div.highlight { overflow: unset; margin-bottom: 5px; - color: #2b2b2b; + color: #b7b7b7; } pre.highlight{ max-width: 100%; line-height: 1.5; - background: #d5d5d5; + background: #211f26; } code { |
