non important commit

This commit is contained in:
benstrb 2026-01-31 12:17:36 +01:00
parent 98cb7eb8dd
commit 8c1c1b742e

View file

@ -56,12 +56,17 @@
/* Workspaces */
#workspaces {
background-color: transparent;
background-color: @trans;
}
#workspaces button:hover {
background-color: @trans;
color: @fg-alt;
}
#workspaces button {
padding: 0 2px;
background-color: transparent;
background-color: @trans;
color: @fg-alt;
border: none;
}
@ -80,6 +85,11 @@
color: @fg;
padding: 0 8px;
}
#clock:hover {
background-color: transparent;
color: @fg;
}
'';
};
}