summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-10-10 11:27:32 +0200
committerGitHub <noreply@github.com>2025-10-10 11:27:32 +0200
commit25c46878bb5640ad83577d2738ec3c0292fb76cb (patch)
tree3bc4c92fd26a284c074c6dba358ed19d4c0a45ea
parent8f47afb896bdb771422917a84dbe1ecf4cec6c1e (diff)
downloadjournal.lunar.sh-25c46878bb5640ad83577d2738ec3c0292fb76cb.tar.gz
journal.lunar.sh-25c46878bb5640ad83577d2738ec3c0292fb76cb.zip
Update style.scss
-rw-r--r--style.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 52c27d6..e119451 100644
--- a/style.scss
+++ b/style.scss
@@ -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 {