Calendar: make days of week less contrast

This commit is contained in:
Vladyslav Hroshev
2023-11-10 23:04:24 +02:00
parent 74c7c99c52
commit 218f5f4214
+5
View File
@@ -62,6 +62,11 @@
color: TEXT-PRIMARY-COLOR;
}
/* day of week heading */
.calendar-day.calendar-day-heading {
color: TEXT-SECONDARY-COLOR;
}
/* day buttons, prev/next month button */
.calendar-day,
.calendar-month-header .pager-button {