diff options
Diffstat (limited to 'scss/navbar.scss')
| -rw-r--r-- | scss/navbar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/navbar.scss b/scss/navbar.scss index 4888618..72ace59 100644 --- a/scss/navbar.scss +++ b/scss/navbar.scss @@ -6,7 +6,7 @@ .navbar { @include font.mono; - background-color: scheme.$mantle; + background-color: scheme.$base; button { color: scheme.$subtext1; |