bg colour fixes

This commit is contained in:
2026-05-29 21:54:33 +02:00
parent 0a71f4e4be
commit 56368fc8f3
+5
View File
@@ -31,6 +31,7 @@ html,
body, body,
#app { #app {
min-height: 100%; min-height: 100%;
background-color: var(--bg-base);
} }
body { body {
@@ -42,6 +43,10 @@ body {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.nav-container {
background-color: var(--header-bg);
}
.nav-title { .nav-title {
color: var(--accent); color: var(--accent);
} }