From e183254caa92fa65ab4282e4381d45f24b0d6cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 31 Mar 2024 19:25:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(swaync):=20change=20colors=20?= =?UTF-8?q?for=20the=20notification=20action=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/swaync/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/swaync/style.css b/.config/swaync/style.css index 43d45a37..72f82c00 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -300,7 +300,7 @@ .notification-action { border-radius: 7px; color: #cad3f5; - background-color: #181926; + background-color: #494d64; box-shadow: inset 0 0 0 1px #494d64; margin: 7px; } @@ -313,7 +313,7 @@ > * .notification-action:hover { box-shadow: inset 0 0 0 1px #494d64; - background-color: #363a4f; + background-color: #5b6078; color: #cad3f5; }