summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 09:18:15 +0200
committerGitHub <noreply@github.com>2026-02-14 09:18:15 +0200
commitb6f8a28b805fb8cacd22738431c96d27856fd0c6 (patch)
tree30d0e4eb58bc0591d1bcf8a36a805188c7b7fbfd
parentc34541e161a8181e508effce6b8107386c1854a3 (diff)
downloadjournal.lunar.sh-b6f8a28b805fb8cacd22738431c96d27856fd0c6.tar.gz
journal.lunar.sh-b6f8a28b805fb8cacd22738431c96d27856fd0c6.zip
Update footer styles with new border and background
-rw-r--r--style.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 87fea45..6ab87f7 100644
--- a/style.scss
+++ b/style.scss
@@ -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