Improve colour and styling of workspace bar

This commit is contained in:
Evie Litherland-Smith 2023-04-12 16:23:33 +01:00
parent 47f8fd998d
commit 5406417090

View file

@ -89,20 +89,16 @@ button:hover {
#workspaces button { #workspaces button {
padding: 0 5px; padding: 0 5px;
background-color: transparent; background-color: transparent;
color: #ffffff; color: @surface2;
} }
#workspaces button:hover { #workspaces button.active {
background: rgba(0, 0, 0, 0.2); color: @text;
} box-shadow: inset 0 -2px;
#workspaces button.focused {
background-color: #64727d;
box-shadow: inset 0 -3px #ffffff;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: #eb4d4b; color: @red;
} }
#mode { #mode {