From c03773463335555588cce5553d2beebb1fed4505 Mon Sep 17 00:00:00 2001 From: majugarretts-code Date: Mon, 26 Jan 2026 13:42:45 -0300 Subject: [PATCH] Update calendar.html --- calendar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar.html b/calendar.html index c0a2ccac..c6c2b70f 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: #E6748E; color: #fff; text-shadow: 0px -1px 0px rgba(0,0,0,0.2); font-weight: normal; @@ -99,7 +99,7 @@ } td.avui>span { font-weight: bold; - background-color: #9b59b6; + background-color: #E6748E; color: #fff; border: 2px solid rgba(0,0,0,0.1); } @@ -107,7 +107,7 @@ opacity: 0.2; } td > span:hover { - background: #a57cb6; + background: #E5A9A9; color: #fff; } .boto-next, .boto-prev {