more contrast for calender

This commit is contained in:
Paul Fournier 2023-11-08 15:52:09 +01:00
parent b35a69ea44
commit c4df6d4165

View file

@ -36,7 +36,7 @@
#cal-container .cal-time-slot {
/* border-right: 1px solid #928c79; */
background-color: rgba(71, 19, 43, 0.15);
background-color: rgba(71, 19, 43, 0.3);
}
/* #cal-container .cal-time-slot:hover {
@ -44,7 +44,7 @@
} */
#cal-container .cal-time-slot:nth-child(even) {
background-color: rgba(71, 19, 43, 0.1);
background-color: rgba(71, 19, 43, 0);
}
/* #cal-container .cal-time-slot:nth-child(even):hover {