From d2457db2c3ad21a639db7176bc25eab9f76b0c49 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:59:33 +1100 Subject: osds: volume mute colour and show on mute --- scss/osds.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scss') 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; +} -- cgit v1.2.3-freya