style/calendar collection/list view: fix dot colors

This commit is contained in:
Adorian Doran 2025-12-01 14:08:24 +02:00
parent 3051664228
commit b4a6356724

View File

@ -170,4 +170,11 @@ body.desktop:not(.zen) .calendar-view .calendar-header {
display: none; display: none;
} }
/* List view */
.fc-list-table .fc-list-event-dot {
/* Apply note colors to the list item dots */
--fc-event-border-color: var(--custom-color);
}
/* #endregion */ /* #endregion */