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:
parent
f38720a870
commit
2de90e0ab1
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ mkTarget {
|
|||
tooltip {
|
||||
border-color: @base0D;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
color: @base05;
|
||||
}
|
||||
''
|
||||
+ (builtins.readFile ./base.css)
|
||||
+ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue