- Affected Version
- WoltLab Suite 5.4
November 2021 - Carnivore Town
Specifically I want the week number (44, 45, 46, etc) to be a different colour, because it really clashes with the Sunday dates.
I tried something like
.calendarMonthView .calendarWeeks .a {
color: green ;
}
But it changes all of the day links, not just the week number.
I'm sure I'm just missing a class. Anybody have an insight to the class that I'm missing here?