diff --git a/www/css/calendar.css b/www/css/calendar.css index e192aca..56013b9 100644 --- a/www/css/calendar.css +++ b/www/css/calendar.css @@ -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 {