Skip to content

Commit

Permalink
Updated Current Day Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmennater committed Nov 15, 2023
1 parent b0a16f4 commit 3992192
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions style/calandar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 3992192

Please sign in to comment.