new wallpaper and theme tweaks

This commit is contained in:
2024-05-06 23:02:54 +01:00
parent 6467d477ed
commit a87cea086e
5 changed files with 3 additions and 10 deletions

View File

@@ -80,21 +80,14 @@ button:hover {
color: @orange;
background: @base;
transition: 0.2s;
box-shadow: none;
text-shadow: none;
}
#workspaces button.focused {
background: @base;
box-shadow: none;
text-shadow: none;
}
#workspaces button.urgent {
background: @red;
box-shadow: inset 0px 0px 0px 3px @base;
text-shadow: none;
color: @base;
color: @red;
}
#mode {