summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 09:27:51 +0200
committerGitHub <noreply@github.com>2026-02-14 09:27:51 +0200
commitd93beee0925b030bf3d8f154c26ae0f8c1813245 (patch)
tree5418ec0e010d63f36e3c0811d0abacc70c0c9a7f
parent569c94cb3be16ebf48868f3461d2af374fb08369 (diff)
downloadjournal.lunar.sh-d93beee0925b030bf3d8f154c26ae0f8c1813245.tar.gz
journal.lunar.sh-d93beee0925b030bf3d8f154c26ae0f8c1813245.zip
Update _highlights.scss
-rw-r--r--_sass/_highlights.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss
index a869ec9..0b5c188 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -27,7 +27,7 @@ code img {
code.language-plaintext {
padding: 0.4px 5px;
padding-bottom: 0;
- background: #d5d5d5;
- border: 1px solid #d5d5d5;
+ background: #171717;
+ border: 1px solid #757575;
font-size: 12.5px;
}