[eww] Fix

This commit is contained in:
Viyurz 2024-11-05 14:24:57 +01:00
parent ce2d898e36
commit 2c4ae9c425
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -50,11 +50,11 @@
padding: 0 7px; padding: 0 7px;
} }
.workspace:nth-child(even) { .workspace:nth-child(odd) {
color: $accent1; color: $accent1;
} }
.workspace:nth-child(odd) { .workspace:nth-child(even) {
color: $accent2; color: $accent2;
} }
@ -100,8 +100,8 @@ tooltip {
border-radius: 4px; border-radius: 4px;
} }
calendar.selected { calendar:selected {
background-color: $accent2; background-color: $accent1;
} }
.alert { .alert {