From c4df6d4165ad575b7b2c03230a13567edb3d486c Mon Sep 17 00:00:00 2001 From: Paul Fournier Date: Wed, 8 Nov 2023 15:52:09 +0100 Subject: [PATCH] more contrast for calender --- www/css/calendar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {