summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 10:14:59 +0200
committerGitHub <noreply@github.com>2026-02-14 10:14:59 +0200
commit722b08e70f217f48f6cc1d17feb1183068e4ee3a (patch)
treef8e2423a0c68d8470245c464eee8dc6e697e241b
parent8ffce205b226f46778fa43b54a47b6f9df461c5f (diff)
downloadjournal.lunar.sh-722b08e70f217f48f6cc1d17feb1183068e4ee3a.tar.gz
journal.lunar.sh-722b08e70f217f48f6cc1d17feb1183068e4ee3a.zip
Change background color in mobile styles
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 406e8a3..f7831c4 100644
--- a/style.scss
+++ b/style.scss
@@ -237,7 +237,7 @@ nav {
text-align: center;
margin-bottom: 5px;
border: 0px;
- background: #000;
+ background: #414040;
border-radius: 0px;
margin-right: 0px;
}