summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 10:25:29 +0200
committerGitHub <noreply@github.com>2026-02-14 10:25:29 +0200
commitfa0c01d7965f36fc2ba90503f015ec65be83ed19 (patch)
treeae8ba6ab715f3fac5bcee37ac4c64b5b7acbbeb7 /_sass
parentaceb0cfe814d6ecbeac65e92970be61475ffca76 (diff)
downloadjournal.lunar.sh-fa0c01d7965f36fc2ba90503f015ec65be83ed19.tar.gz
journal.lunar.sh-fa0c01d7965f36fc2ba90503f015ec65be83ed19.zip
Add text color to highlights section
Diffstat (limited to '_sass')
-rw-r--r--_sass/_highlights.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss
index adf15fb..76e0b3b 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -32,4 +32,5 @@ code.language-plaintext {
background: #171717;
border: 1px solid #757575;
font-size: 12.5px;
+ color: #d9d9d9;
}