From 8018f400c381e1c8accbc00026d723eb23f7be14 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 1 Dec 2025 02:26:16 +0200 Subject: [PATCH] style/calendar collection: correct a hover color --- apps/client/src/widgets/collections/calendar/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }