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 {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
color: @surface2;
}
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
}
#workspaces button.focused {
background-color: #64727d;
box-shadow: inset 0 -3px #ffffff;
#workspaces button.active {
color: @text;
box-shadow: inset 0 -2px;
}
#workspaces button.urgent {
background-color: #eb4d4b;
color: @red;
}
#mode {