From 2c4ae9c4259bcbd545ccc98cdfa48f3657236e78 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Tue, 5 Nov 2024 14:24:57 +0100 Subject: [PATCH] [eww] Fix --- .config/eww/eww.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {