diff --git a/apps/client/src/widgets/collections/calendar/index.css b/apps/client/src/widgets/collections/calendar/index.css index b4a36b7ca..fd98e721d 100644 --- a/apps/client/src/widgets/collections/calendar/index.css +++ b/apps/client/src/widgets/collections/calendar/index.css @@ -21,7 +21,8 @@ padding: 10px; } -.calendar-view a { +.calendar-view a, +:root .calendar-view a.fc-daygrid-event:hover { color: var(--fc-event-text-color); }