diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 23:08:04 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 23:08:04 +0900 |
| commit | cf500ed0db96d3602478d3dc7b24a8be357b7315 (patch) | |
| tree | dec62792ff8d60546b927622c557867a08ab7e64 /config/swaync/style.css | |
| parent | 56f4dc4d4e89434de3d5e2888cb10852c0349365 (diff) | |
some tweaks on scripts
Diffstat (limited to 'config/swaync/style.css')
| -rwxr-xr-x | config/swaync/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
