diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 10:12:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 10:12:54 +0200 |
| commit | 8ffce205b226f46778fa43b54a47b6f9df461c5f (patch) | |
| tree | 87de18c9e0cb3f697a5e10cfffa6e9eb252257f7 | |
| parent | 53c11c140952f7bf571681b5068047d7aeb50977 (diff) | |
| download | journal.lunar.sh-8ffce205b226f46778fa43b54a47b6f9df461c5f.tar.gz journal.lunar.sh-8ffce205b226f46778fa43b54a47b6f9df461c5f.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -237,7 +237,7 @@ nav { text-align: center; margin-bottom: 5px; border: 0px; - background: #414040; + background: #000; border-radius: 0px; margin-right: 0px; } @@ -247,7 +247,7 @@ nav { padding: 5px; color: #d9d9d9; text-decoration-line: none; - background: #100f12; + background: #000; font-size: 13px; border: 1px solid #535353; margin-right: 4px; @@ -504,10 +504,10 @@ img { top: 0; width: 100%; z-index: 5; - background: #211f26; + background: #0a0b10; border-bottom: 1px solid #535353; @include mobile { - background: #211f26; + background: #0a0b10; } } |
