Datemenu: add styles to week number in calendar

This commit is contained in:
Vladyslav Hroshev
2023-07-22 22:46:51 +03:00
parent 927686c836
commit 449021500e

View File

@@ -131,6 +131,13 @@
background-size: contain;
}
.calendar .calendar-week-number {
background-color: ACCENT-DISABLED-COLOR;
color: TEXT-SECONDARY-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
border-radius: 7px;
}
/* Events / World clocks / weather section */