summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 12:10:11 +0200
committerGitHub <noreply@github.com>2026-02-14 12:10:11 +0200
commitfa748f27bce9882f525d11e00f0944ba0faba324 (patch)
tree1a1a1485c5c5ce2842e03cfaab535df4a7614404
parentd67c73a55711e033ceb50e5b797c98a9c282cde2 (diff)
downloadjournal.lunar.sh-fa748f27bce9882f525d11e00f0944ba0faba324.tar.gz
journal.lunar.sh-fa748f27bce9882f525d11e00f0944ba0faba324.zip
Change mobile background color in style.scss
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 0c4ff62..a3cfdf0 100644
--- a/style.scss
+++ b/style.scss
@@ -95,7 +95,7 @@ h1, h2, h3, h4 {
background: linear-gradient(to right, #211f26 45%, #171717);
@include mobile {
- background: #2d2c2c;
+ background: #211f26;
}
}