From 56368fc8f37c69f88a1f8cd82038866eb11f9183 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 29 May 2026 21:54:33 +0200 Subject: [PATCH] bg colour fixes --- src/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles.css b/src/styles.css index e3af7ea..036a879 100644 --- a/src/styles.css +++ b/src/styles.css @@ -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); }