Change text tolor for nonwork & other month days

This commit is contained in:
Vladyslav Hroshev
2023-03-21 17:48:18 +02:00
parent c1409a4ab4
commit 1c03b93705
+5 -1
View File
@@ -107,7 +107,11 @@
}
.calendar .calendar-nonwork-day {
color: TEXT-PRIMARY-COLOR;
color: TEXT-SECONDARY-COLOR;
}
.calendar .calendar-other-month-day {
color: TEXT-DISABLED-COLOR;
}