From 3992192c1069140be415890211bbbe85e6d38f9e Mon Sep 17 00:00:00 2001 From: Emmennater Date: Wed, 15 Nov 2023 00:34:57 -0600 Subject: [PATCH] Updated Current Day Styling --- style/calandar.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/style/calandar.css b/style/calandar.css index 5ca5b33..37d505e 100644 --- a/style/calandar.css +++ b/style/calandar.css @@ -25,8 +25,11 @@ } .month-name.current-month { - color: #92afee; /* #33b9eeee */ + /* color: #92afee; */ /* #33b9eeee */ /* text-shadow: 0px 0px 6px #92afeeaa; */ /* #44aad3aa */ + background-color: #ffffff15; + background-clip: padding-box; + padding: 0px 6px; } .week { @@ -88,10 +91,10 @@ } .day-num.current-day { - color: #92afee; /* #66bbdd */ - font-weight: bold; - text-shadow: 0px 0px 5px #92afee; /* #66bbddee */ - text-overflow: clip; + /* color: #a4bffa; */ /* #66bbdd #92afee */ + /* font-weight: bold; */ + /* text-shadow: 0px 0px 5px #92afee; */ /* #66bbddee */ + background-color: #ffffff15; } .pto-num {