mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
850bfdcf82
Co-Authored-By: Zak Saunders <1936903+thezak48@users.noreply.github.com>
14 lines
212 B
CSS
14 lines
212 B
CSS
.dayOfWeek {
|
|
flex: 1 0 14.28%;
|
|
background-color: var(--calendarBackgroudColor);
|
|
text-align: center;
|
|
}
|
|
|
|
.isSingleDay {
|
|
width: 100%;
|
|
}
|
|
|
|
.isToday {
|
|
background-color: var(--calendarTodayBackgroundColor);
|
|
}
|