diff options
| -rw-r--r-- | scss/bar.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/bar.scss b/scss/bar.scss index b23bb5e..9003ce6 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -20,6 +20,10 @@ font-size: lib.s(18); } + .screen-corner { + background-color: transparent; + } + .os-icon { color: scheme.$yellow; } @@ -259,6 +263,8 @@ .screen-corner { @include lib.rounded($-rounding); + + background-color: scheme.$mantle; } &.horizontal { |