summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 09:36:40 +0200
committerGitHub <noreply@github.com>2026-02-14 09:36:40 +0200
commit6109cd078eff80fc439048faf608250c844a8aff (patch)
treefcb8a7401ccedc6433e9b96e5a21b7d4121b3d47 /_sass
parent7be659102e4175bcbf388f35544080658bd11b68 (diff)
downloadjournal.lunar.sh-6109cd078eff80fc439048faf608250c844a8aff.tar.gz
journal.lunar.sh-6109cd078eff80fc439048faf608250c844a8aff.zip
Update highlight colors in _highlights.scss
Diffstat (limited to '_sass')
-rw-r--r--_sass/_highlights.scss4
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 {