summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 21:28:09 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 21:28:09 +1100
commitef9485dc3f5270d66676ac4d05694618c9024bb4 (patch)
treea0cf22c9f745664f670c2a57845c3d6f44c55fcf /scss
parentpopupwindow: fix shadow (diff)
downloadcaelestia-shell-ef9485dc3f5270d66676ac4d05694618c9024bb4.tar.gz
caelestia-shell-ef9485dc3f5270d66676ac4d05694618c9024bb4.tar.bz2
caelestia-shell-ef9485dc3f5270d66676ac4d05694618c9024bb4.zip
osds: more visible
Also launcher drop var
Diffstat (limited to 'scss')
-rw-r--r--scss/osds.scss6
1 files changed, 4 insertions, 2 deletions
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;
}
}