style/calendar collection: correct a hover color

This commit is contained in:
Adorian Doran 2025-12-01 02:26:16 +02:00
parent 79c8293881
commit 8018f400c3

View File

@ -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);
}