From 04023273ce2effc66ec143a5e5f65233b157322c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:30:38 +1100 Subject: scss: darken bar and popdowns --- scss/popdowns/notifications.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scss/popdowns/notifications.scss') diff --git a/scss/popdowns/notifications.scss b/scss/popdowns/notifications.scss index c7914c2..8b35fc2 100644 --- a/scss/popdowns/notifications.scss +++ b/scss/popdowns/notifications.scss @@ -25,7 +25,7 @@ } .inner { - background-color: color.mix(scheme.$surface0, scheme.$base, 70%); + background-color: color.mix(scheme.$base, scheme.$surface0, 70%); &.low { @include popup(scheme.$overlay0); @@ -37,21 +37,21 @@ } &.critical { - @include lib.border(scheme.$red, 0.5); + @include lib.border(scheme.$red, 0.8); @include popup(scheme.$red); } } .actions > * { - background-color: scheme.$surface1; + background-color: scheme.$surface0; &:hover, &:focus { - background-color: scheme.$surface2; + background-color: scheme.$surface1; } &:active { - background-color: scheme.$overlay0; + background-color: scheme.$surface2; } } } -- cgit v1.2.3-freya