fix(waybar): properly change color on workspace hover

This commit is contained in:
Price Hiller 2023-06-03 20:33:12 -05:00
parent ce683cde16
commit 89d6c3624b
No known key found for this signature in database

View File

@ -218,10 +218,7 @@
} }
#workspaces button:hover { #workspaces button:hover {
transition: none; background: #98BB6C;
box-shadow: inherit;
text-shadow: inherit;
background-color: #ff5d62;
} }
/* Pacman Updates */ /* Pacman Updates */