From 99eb7c8bbc087f2151d626b580dc591657eb8e61 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 14 Mar 2024 17:31:48 +0000 Subject: [PATCH] swaync: add urgency border colours --- swaync/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swaync/style.css b/swaync/style.css index 123b2e1..07d9b23 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -63,9 +63,11 @@ } .notification-row .notification-background .notification.normal { + border: 2px solid #98971a; } .notification-row .notification-background .notification.critical { + border: 2px solid #fb4934; } .notification-row .notification-background .notification .notification-action, @@ -395,9 +397,7 @@ .control-center .control-center-list .notification .notification-default-action, .control-center .control-center-list .notification .notification-action { - transition: - opacity 400ms ease-in-out, - background 0.15s ease-in-out; + transition: opacity 400ms ease-in-out, background 0.15s ease-in-out; } .control-center