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,
#app {
min-height: 100%;
background-color: var(--bg-base);
}
body {
@@ -42,6 +43,10 @@ body {
-moz-osx-font-smoothing: grayscale;
}
.nav-container {
background-color: var(--header-bg);
}
.nav-title {
color: var(--accent);
}