summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-10-17 22:19:40 +0200
committerGitHub <noreply@github.com>2025-10-17 22:19:40 +0200
commit0b75ed7ff5ac1b972caa366d6959ee98c93fe9d0 (patch)
tree8feda65d471cedb66cec966db88c41d7dffbf547
parent98653a9de56660df19e0366b4908b52f2e7d514a (diff)
downloadjournal.lunar.sh-0b75ed7ff5ac1b972caa366d6959ee98c93fe9d0.tar.gz
journal.lunar.sh-0b75ed7ff5ac1b972caa366d6959ee98c93fe9d0.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 d7858bd..4e4c6c7 100644
--- a/_sass/_highlights.scss
+++ b/_sass/_highlights.scss
@@ -9,7 +9,7 @@ div.highlight {
pre.highlight{
max-width: 100%;
line-height: 1.5;
- background: #e7e7e7;
+ background: #d7dadb;
}
code {
@@ -27,7 +27,7 @@ code img {
code.language-plaintext {
padding: 0.4px 5px;
padding-bottom: 0;
- background: #e3e6e8;
+ background: #d7dadb;
border: 1px solid #e3e6e8;
font-size: 13px;
}