From 529161851833117830e011be6b237319014b5892 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 1 Sep 2023 18:43:37 +0200 Subject: [PATCH] Change holiday, saturday, and sunday colors in monthly.html The commit changes the background colors for holidays, Saturdays, and Sundays in the monthly.html template file. --- src/kalente/templates/monthly.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kalente/templates/monthly.html b/src/kalente/templates/monthly.html index c952089..01d71fc 100644 --- a/src/kalente/templates/monthly.html +++ b/src/kalente/templates/monthly.html @@ -19,13 +19,13 @@ width: 14.28%; } .holiday.other-month { - background-color: hsla(0, 100%, 50%, 0.3); + background-color: #ddbbbb; } .saturday.other-month { - background-color: hsla(240, 100%, 50%, 0.3); + background-color: #bbccdd; } .sunday.other-month { - background-color: hsla(120, 100%, 50%, 0.3); + background-color: #bbddbb; } .holiday { background-color: #ff9999; /* For holidays */