2024-11-18 21:13 : id 195

This commit is contained in:
deadvey 2024-11-18 21:13:57 +00:00
parent 78b2851c9f
commit cc05d90aed

View File

@ -247,10 +247,10 @@ in
#workspaces button:hover { #workspaces button:hover {
color: #${ACCENT}; color: #${ACCENT};
} }
#workspaces button:active { #workspaces button.active {
color: #${SECOND_ACCENT}; color: #${SECOND_ACCENT};
} }
#workspaces button:focuced { #workspaces button.focuced {
color: #${BG}; color: #${BG};
background: #${FG}; background: #${FG};
} }