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); }