summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-24 19:45:50 +0200
committerGitHub <noreply@github.com>2026-02-24 19:45:50 +0200
commitb41ccc5d3ebe23350616f2ffbd60aec800660f2b (patch)
tree1964519ce27ec1aaaaf00fbff7ea6eefb19e3d91 /_sass
parent083e6c4d0cdcb1c89ee44b1d715316480308e804 (diff)
downloadjournal.lunar.sh-b41ccc5d3ebe23350616f2ffbd60aec800660f2b.tar.gz
journal.lunar.sh-b41ccc5d3ebe23350616f2ffbd60aec800660f2b.zip
Update _highlights.scss
Diffstat (limited to '_sass')
-rw-r--r--_sass/_highlights.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss
index bfc0c21..bf059bf 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -10,7 +10,7 @@ div.highlight {
pre.highlight{
max-width: 100%;
line-height: 1.5;
- background: #2a2a2f;
+ background: $background;
}
code {