diff options
| author | dmlunar <root@lunar.sh> | 2026-03-02 22:27:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 22:27:13 +0200 |
| commit | 9331cdb66815c577107a433d48e2ca0c4db25621 (patch) | |
| tree | 703224c74fe04fee1dc4be69596fdb5e4fc267b3 /_sass | |
| parent | 0c2cfa745396d60b756c3c1f439b7337fb4f61c9 (diff) | |
| download | journal.lunar.sh-9331cdb66815c577107a433d48e2ca0c4db25621.tar.gz journal.lunar.sh-9331cdb66815c577107a433d48e2ca0c4db25621.zip | |
Update _highlights.scss
Diffstat (limited to '_sass')
| -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 bf059bf..83b1aa6 100644 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -29,7 +29,7 @@ code img { code.language-plaintext { padding: 0.4px 5px; padding-bottom: 0; - background: #171717; + background: #000; border: 1px solid #757575; font-size: 12.5px; color: #d9d9d9; |
