diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/osds.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scss/osds.scss b/scss/osds.scss index adfaef9..7ad3d5b 100644 --- a/scss/osds.scss +++ b/scss/osds.scss @@ -19,6 +19,9 @@ min-width: lib.s(300); min-height: lib.s(32); background-color: scheme.$teal; - color: scheme.$base; } } + +.volume .inner.mute { + background-color: scheme.$overlay0; +} |