diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:49:05 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:49:05 -0600 |
commit | 46bb647230a7851dcfaf4b7c09db1557e05b7f0c (patch) | |
tree | ec599d5525829e100fa3acc78fd5158a817fcb5b /config/linux | |
parent | efd2364a210afa81e37017ee401e6a8ef2a37675 (diff) |
tweak tooltip colors
Diffstat (limited to 'config/linux')
-rw-r--r-- | config/linux/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux/waybar/style.css b/config/linux/waybar/style.css index 1edaea5..73e2d5f 100644 --- a/config/linux/waybar/style.css +++ b/config/linux/waybar/style.css @@ -29,8 +29,8 @@ window#waybar { } tooltip { - background: alpha(#ffffff, 0.95); - border: 1px solid #efefef; + background: alpha(#efefef, 0.95); + border: 1px solid #5e4b4f; border-radius: 5px; } |