diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 12:10:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 12:10:11 +0200 |
| commit | fa748f27bce9882f525d11e00f0944ba0faba324 (patch) | |
| tree | 1a1a1485c5c5ce2842e03cfaab535df4a7614404 | |
| parent | d67c73a55711e033ceb50e5b797c98a9c282cde2 (diff) | |
| download | journal.lunar.sh-fa748f27bce9882f525d11e00f0944ba0faba324.tar.gz journal.lunar.sh-fa748f27bce9882f525d11e00f0944ba0faba324.zip | |
Change mobile background color in style.scss
| -rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ h1, h2, h3, h4 { background: linear-gradient(to right, #211f26 45%, #171717); @include mobile { - background: #2d2c2c; + background: #211f26; } } |
