This commit is contained in:
coast 2025-08-07 23:06:55 +03:30
parent c022b6eeb6
commit cc82fb1d0d

View file

@ -19,28 +19,12 @@ window#waybar {
color: #888888;
padding: 0 4px;
margin: 0 1px;
}
#workspaces button:hover {
background: #000000;
color: #888888;
padding: 0 4px;
margin: 0 1px;
border: none;
box-shadow: none;
transition-duration: 0s;
}
#workspaces button.focused {
color: #ffffff;
font-weight: bold;
}
#workspaces button.focused:hover {
color: #ffffff;
font-weight: bold;
border: none;
box-shadow: none;
transition-duration: 0s;
}