Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
margregorioschurch authored Apr 30, 2024
1 parent 9cdeb30 commit 4c972b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{

#calendar a {
color:#bc451d !important;
font-size: large;
}

#calendar button {
Expand Down Expand Up @@ -453,7 +454,7 @@ h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
}

.fc .fc-daygrid-day.fc-day-today {
background-color: rgb(255 219 34 / 40%) !important;
background-color: var(--fc-event-bg-color) !important;
}

#btn-center{
Expand Down

0 comments on commit 4c972b7

Please sign in to comment.