diff options
| author | Dylan Müller <root@lunar.sh> | 2025-10-10 11:27:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 11:27:32 +0200 |
| commit | 25c46878bb5640ad83577d2738ec3c0292fb76cb (patch) | |
| tree | 3bc4c92fd26a284c074c6dba358ed19d4c0a45ea | |
| parent | 8f47afb896bdb771422917a84dbe1ecf4cec6c1e (diff) | |
| download | journal.lunar.sh-25c46878bb5640ad83577d2738ec3c0292fb76cb.tar.gz journal.lunar.sh-25c46878bb5640ad83577d2738ec3c0292fb76cb.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -89,9 +89,13 @@ h1 { } h1, h2, h3, h4 { - background-color: #e7e7e7; padding-left: 5px; border-radius: 0; + background: linear-gradient(to right, #e7e7e7 45%, #f7f7f7); + + @include mobile { + background: #e7e7e7; + } } h1:target, h2:target, h3:target, h4:target { |
