diff options
Diffstat (limited to 'scss/bar.scss')
| -rw-r--r-- | scss/bar.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/bar.scss b/scss/bar.scss index 7a58b8a..b14ceeb 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -305,7 +305,7 @@ @include lib.rounded(20); @include lib.border(scheme.$primary, 0.5, 2); - background-color: scheme.$mantle; + background-color: scheme.$base; .os-icon { font-size: lib.s(16); @@ -330,13 +330,13 @@ margin: 0; .module { - background-color: scheme.$mantle; + background-color: scheme.$base; } .screen-corner { @include lib.rounded($-rounding); - background-color: scheme.$mantle; + background-color: scheme.$base; } &.horizontal { |