diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 8d90926..877e992 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -50,11 +50,11 @@ padding: 0 7px; } -.workspace:nth-child(even) { +.workspace:nth-child(odd) { color: $accent1; } -.workspace:nth-child(odd) { +.workspace:nth-child(even) { color: $accent2; } @@ -100,8 +100,8 @@ tooltip { border-radius: 4px; } -calendar.selected { - background-color: $accent2; +calendar:selected { + background-color: $accent1; } .alert {