Better highlight entries that pop open

This commit is contained in:
Fabian Müller 2022-11-21 14:03:44 +01:00
parent 276110b2a2
commit eab91b7272
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ body {
padding: 3px 0;
}
.calendar-date:nth-of-type(2n) .calendar-date-month {
/*background-color: var(--calendar-fablab-blue);*/
background-color: var(--calendar-fablab-blue);
}
.calendar-date-day {
font-size: 13pt;
@ -145,6 +145,7 @@ body {
details.calendar-event-details > summary {
text-decoration: underline dotted black;
cursor: pointer;
}
.calendar-popover-content > * {
margin: 5px 0;