diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index bd8cbb906..8358de09b 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -275,7 +275,7 @@ --calendar-coll-event-background-lightness: 20%; --calendar-coll-event-background-color: #3c3c3c; --calendar-coll-event-text-color: white; - --calendar-cell-event-hover-filter: brightness(1.25); + --calendar-coll-event-hover-filter: brightness(1.25); --callendar-coll-event-archived-sripe-color: #00000026; --calendar-coll-today-background-color: #ffffff08; } diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 9c26401ec..60e7d55b2 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -273,7 +273,7 @@ --calendar-coll-event-background-saturation: 80%; --calendar-coll-event-background-color: #eaeaea; --calendar-coll-event-text-color: black; - --calendar-cell-event-hover-filter: brightness(.95) saturate(1.25); + --calendar-coll-event-hover-filter: brightness(.95) saturate(1.25); --callendar-coll-event-archived-sripe-color: #0000000a; --calendar-coll-today-background-color: #00000006; } diff --git a/apps/client/src/widgets/collections/calendar/index.css b/apps/client/src/widgets/collections/calendar/index.css index 81e6f47c7..c75ecf54c 100644 --- a/apps/client/src/widgets/collections/calendar/index.css +++ b/apps/client/src/widgets/collections/calendar/index.css @@ -4,7 +4,7 @@ --calendar-coll-event-background-saturation: 80%; --calendar-coll-event-background-color: var(--accented-background-color); --calendar-coll-event-text-color: var(--main-text-color); - --calendar-cell-event-hover-filter: none; + --calendar-coll-event-hover-filter: none; --callendar-coll-event-archived-sripe-color: #00000013; --calendar-coll-today-background-color: var(--more-accented-background-color); } @@ -146,7 +146,7 @@ body.desktop:not(.zen) .calendar-view .calendar-header { .calendar-view a.fc-timegrid-event:hover, .calendar-view a.fc-daygrid-event:hover { - filter: var(--calendar-cell-event-hover-filter); + filter: var(--calendar-coll-event-hover-filter); border-color: var(--fc-event-text-color); text-decoration: none; color: currentColor;