non important commit

This commit is contained in:
benstrb 2026-01-31 14:13:16 +01:00
parent 648f31feac
commit c0bbb2c656

View file

@ -62,6 +62,10 @@
#workspaces button:hover { #workspaces button:hover {
background-color: @trans; background-color: @trans;
color: @fg-alt;
box-shadow: none;
text-shadow: none;
border: none;
} }
#workspaces button { #workspaces button {
@ -88,6 +92,9 @@
#clock:hover { #clock:hover {
background-color: @trans; background-color: @trans;
color: @fg;
box-shadow: none;
text-shadow: none;
} }
''; '';
}; };