summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {