From 32c82f64795a925789dd842c5ffeb41f3d995129 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:07:12 +1000 Subject: style: lighter backgrounds Use base instead of mantle Fix session transparency More rounding for session and lock osds --- scss/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/common.scss') diff --git a/scss/common.scss b/scss/common.scss index 3448bb5..d0fb799 100644 --- a/scss/common.scss +++ b/scss/common.scss @@ -9,7 +9,7 @@ label.icon { .screen-corner { @include lib.rounded(15); - background-color: scheme.$mantle; + background-color: scheme.$base; } .notification { -- cgit v1.2.3-freya