diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 12:12:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 12:12:34 +0200 |
| commit | 6fed4cdca043eda158b724a08add9a612a2a4564 (patch) | |
| tree | 785009783e223fb9e6122decaf10f2190a4dd9e5 | |
| parent | fa748f27bce9882f525d11e00f0944ba0faba324 (diff) | |
| download | journal.lunar.sh-6fed4cdca043eda158b724a08add9a612a2a4564.tar.gz journal.lunar.sh-6fed4cdca043eda158b724a08add9a612a2a4564.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,7 @@ h1, h2, h3, h4 { padding-left: 5px; border-radius: 0; background: linear-gradient(to right, #211f26 45%, #171717); + border: 1px solid #535353; @include mobile { background: #211f26; @@ -519,6 +520,7 @@ img { padding-bottom: 2px; padding-top: 2px; border-radius: 0px; + border: 1px solid #535353; @include mobile { background: linear-gradient(to right, #211f26 45%, #211f26); |
