more styling

This commit is contained in:
Benjamin Palko 2024-03-22 17:32:45 -05:00
parent 7798e8360c
commit 3c21b077ba
10 changed files with 51 additions and 21 deletions

View file

@ -9,7 +9,6 @@
box-shadow: none;
border: none;
border-radius: 0;
color: @color8;
}
#workspaces button:first-child {
@ -23,13 +22,11 @@
}
#workspaces button.active {
background-color: @color4;
color: @color8;
background: @color4;
}
#workspaces button:hover {
background: @color4;
color: @color8;
}
#workspaces button.focused {