diff options
| author | Dylan Müller <root@lunar.sh> | 2025-10-17 22:20:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-17 22:20:06 +0200 |
| commit | 13c5e27b2de45a6674a511651ca91b5b4b5ed938 (patch) | |
| tree | 5fa03667cb9aa538247395880307a0a28905e984 | |
| parent | 0b75ed7ff5ac1b972caa366d6959ee98c93fe9d0 (diff) | |
| download | journal.lunar.sh-13c5e27b2de45a6674a511651ca91b5b4b5ed938.tar.gz journal.lunar.sh-13c5e27b2de45a6674a511651ca91b5b4b5ed938.zip | |
Change mobile background color in style.scss
| -rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ h1, h2, h3, h4 { background: linear-gradient(to right, #e7e7e7 45%, #efefef); @include mobile { - background: #e7e7e7; + background: #d7dadb; } } |
