From da9ed472c97c9b854f7554f0cbc9e60c2688ca9c Mon Sep 17 00:00:00 2001 From: Gluttony333 Date: Tue, 30 Dec 2025 23:50:01 -0800 Subject: [PATCH] Update calendar.html --- calendar.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/calendar.html b/calendar.html index c0a2ccac..e729926a 100644 --- a/calendar.html +++ b/calendar.html @@ -63,7 +63,7 @@ th { border-top: 1px solid rgba(0,0,0,0.1); border-right: 1px solid rgba(0,0,0,0.1); - background-color: #9b59b6; + background-color: #FFCA75; color: #fff; text-shadow: 0px -1px 0px rgba(0,0,0,0.2); font-weight: normal; @@ -95,11 +95,11 @@ } td:last-child>span, td:nth-child(6)>span { - color: #9b59b6; + color: #FFCA75; } td.avui>span { font-weight: bold; - background-color: #9b59b6; + background-color: #FFCA75; color: #fff; border: 2px solid rgba(0,0,0,0.1); } @@ -107,7 +107,7 @@ opacity: 0.2; } td > span:hover { - background: #a57cb6; + background: #FFE4B8; color: #fff; } .boto-next, .boto-prev {