From a8f9d452e55965c39db3d6b1cdd43b5fddc9cc5f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:40:24 +1100 Subject: notifpopups: border for critical urgency --- scss/notifpopups.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index afe322d..f9b0df4 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -37,6 +37,7 @@ } &.critical { + @include lib.border(scheme.$red, 0.5); @include popup(scheme.$red, 0.8); } } -- cgit v1.2.3-freya