waybar: fix urgent workspace color

This commit is contained in:
tea 2024-07-10 13:25:13 +02:00
parent 3f9f457f58
commit aa08933687
No known key found for this signature in database

View File

@ -48,6 +48,8 @@ button:hover {
#workspaces button.urgent {
background-color: #b000b0;
}
#workspaces button.urgent * {
color: #000000;
}