From ef9485dc3f5270d66676ac4d05694618c9024bb4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:28:09 +1100 Subject: osds: more visible Also launcher drop var --- scss/osds.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/osds.scss b/scss/osds.scss index 62a38f5..a711583 100644 --- a/scss/osds.scss +++ b/scss/osds.scss @@ -5,9 +5,11 @@ .brightness, .volume { @include lib.rounded(8); + @include lib.border(scheme.$overlay0, 0.1); + @include lib.shadow; @include font.icon; - background-color: scheme.$mantle; + background-color: scheme.$base; font-size: lib.s(28); padding: lib.s(3); @@ -18,7 +20,7 @@ min-width: lib.s(300); min-height: lib.s(32); background-color: scheme.$teal; - color: scheme.$mantle; + color: scheme.$base; } } -- cgit v1.2.3-freya