diff --git a/.config/waybar/style.css b/.config/waybar/style.css index e964188..fbc6e07 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -27,7 +27,7 @@ button { /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ button:hover { text-shadow: inherit; - box-shadow: inset 0 -3px #a800a8; + box-shadow: inherit; } #workspaces button { @@ -38,7 +38,6 @@ button:hover { #workspaces button:hover { background: rgba(0, 0, 0, 0.5); - box-shadow: inset 0 -3px #a800a8; }