diff options
| author | dmlunar <root@lunar.sh> | 2026-02-24 19:45:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-24 19:45:50 +0200 |
| commit | b41ccc5d3ebe23350616f2ffbd60aec800660f2b (patch) | |
| tree | 1964519ce27ec1aaaaf00fbff7ea6eefb19e3d91 | |
| parent | 083e6c4d0cdcb1c89ee44b1d715316480308e804 (diff) | |
| download | journal.lunar.sh-b41ccc5d3ebe23350616f2ffbd60aec800660f2b.tar.gz journal.lunar.sh-b41ccc5d3ebe23350616f2ffbd60aec800660f2b.zip | |
Update _highlights.scss
| -rw-r--r-- | _sass/_highlights.scss | 2 |
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 { |
