From cf500ed0db96d3602478d3dc7b24a8be357b7315 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 Jan 2025 23:08:04 +0900 Subject: some tweaks on scripts --- config/swaync/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/swaync/style.css') diff --git a/config/swaync/style.css b/config/swaync/style.css index 3e36d56a..d18f3756 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -6,7 +6,7 @@ @define-color noti-border-color @color12; @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; -@define-color noti-bg-hover @color9; +@define-color noti-bg-hover @color11; @define-color text-color @foreground; @define-color text-color-alt @foreground; @define-color text-color-disabled rgba(150, 150, 150, 0.8); @@ -32,7 +32,7 @@ } .notification-content{ - color: @text-color; + color: @foreground; background: @noti-bg; padding: 3px 10px 3px 6px; border-radius: 10px; -- cgit v1.2.3