diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 12:05:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 12:05:34 +0200 |
| commit | f29bea0b8283c60b9cb727c86c19f227a23d8115 (patch) | |
| tree | b8c16eef22c70d26bbcaa0909a05e64a04d656a0 | |
| parent | fafb881db74790a33f6c26396d76042ebc6718a8 (diff) | |
| download | journal.lunar.sh-f29bea0b8283c60b9cb727c86c19f227a23d8115.tar.gz journal.lunar.sh-f29bea0b8283c60b9cb727c86c19f227a23d8115.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -513,7 +513,7 @@ img { .title { margin-top: 20px; margin-bottom: 15px; - background: linear-gradient(to right, #2d2c2c 45%, #171717); + background: linear-gradient(to right, #211f26 45%, #171717); color: #b7b7b7; padding-left: 5px; padding-bottom: 2px; @@ -521,7 +521,7 @@ img { border-radius: 0px; @include mobile { - background: linear-gradient(to right, #2d2c2c 45%, #2d2c2c); + background: linear-gradient(to right, #211f26 45%, #211f26); } } |
