diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 09:18:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 09:18:15 +0200 |
| commit | b6f8a28b805fb8cacd22738431c96d27856fd0c6 (patch) | |
| tree | 30d0e4eb58bc0591d1bcf8a36a805188c7b7fbfd | |
| parent | c34541e161a8181e508effce6b8107386c1854a3 (diff) | |
| download | journal.lunar.sh-b6f8a28b805fb8cacd22738431c96d27856fd0c6.tar.gz journal.lunar.sh-b6f8a28b805fb8cacd22738431c96d27856fd0c6.zip | |
Update footer styles with new border and background
| -rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -881,7 +881,8 @@ code table tr { .footer-container { text-align: left; - border-top: 1px solid black; + border-top: 1px solid #535353; + background: #211f26; } .footer-content |
