waybar: improve tooltip label contrast (#1919)

Link: https://github.com/nix-community/stylix/pull/1919

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
Florian Peter 2025-10-04 19:17:33 +03:00 committed by GitHub
parent f38720a870
commit 2de90e0ab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,6 +111,10 @@ mkTarget {
tooltip {
border-color: @base0D;
}
tooltip label {
color: @base05;
}
''
+ (builtins.readFile ./base.css)
+ (