summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-10-17 22:20:06 +0200
committerGitHub <noreply@github.com>2025-10-17 22:20:06 +0200
commit13c5e27b2de45a6674a511651ca91b5b4b5ed938 (patch)
tree5fa03667cb9aa538247395880307a0a28905e984
parent0b75ed7ff5ac1b972caa366d6959ee98c93fe9d0 (diff)
downloadjournal.lunar.sh-13c5e27b2de45a6674a511651ca91b5b4b5ed938.tar.gz
journal.lunar.sh-13c5e27b2de45a6674a511651ca91b5b4b5ed938.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 258d583..9495e8a 100644
--- a/style.scss
+++ b/style.scss
@@ -94,7 +94,7 @@ h1, h2, h3, h4 {
background: linear-gradient(to right, #e7e7e7 45%, #efefef);
@include mobile {
- background: #e7e7e7;
+ background: #d7dadb;
}
}