Make active workspaces on other monitors a different color again

This commit is contained in:
Salt 2024-09-17 01:39:54 -05:00
parent 76bb8e1aa3
commit 4ae3c91d83

View File

@ -53,6 +53,11 @@ window#waybar {
font-weight: bold;
}
#workspaces button.visible {
color: rgba(40, 40, 40, 0.8);
background: #458588;
font-weight: bold;
}
#workspaces button.active {
color: rgba(40, 40, 40, 0.8);
background: #83a598;
font-weight: bold;