diff options
-rw-r--r-- | waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index 22db648..f4d7cdb 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -15,7 +15,7 @@ button { button:hover { background: inherit; - box-shadow: inset 0 -3px #fff; + box-shadow: inset 0 -3px #d8d8d8; } #tags button { |