This commit is contained in:
2026-04-15 23:40:37 +02:00
parent 9108e3be6b
commit 485b61dd3b
2 changed files with 35 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ tooltip {
margin: 0 2px;
}
#workspaces button label {
font-weight: 600;
}
#workspaces button:hover {
background: alpha(#4c566a, 0.55);
}
@@ -39,6 +43,11 @@ tooltip {
background: #88c0d0;
}
#workspaces button.visible {
color: #eceff4;
background: alpha(#5e81ac, 0.28);
}
#workspaces button.urgent {
color: #eceff4;
background: #bf616a;