Change holiday, saturday, and sunday colors in monthly.html
The commit changes the background colors for holidays, Saturdays, and Sundays in the monthly.html template file.
This commit is contained in:
parent
af10cd37b3
commit
5291618518
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@
|
||||||
width: 14.28%;
|
width: 14.28%;
|
||||||
}
|
}
|
||||||
.holiday.other-month {
|
.holiday.other-month {
|
||||||
background-color: hsla(0, 100%, 50%, 0.3);
|
background-color: #ddbbbb;
|
||||||
}
|
}
|
||||||
.saturday.other-month {
|
.saturday.other-month {
|
||||||
background-color: hsla(240, 100%, 50%, 0.3);
|
background-color: #bbccdd;
|
||||||
}
|
}
|
||||||
.sunday.other-month {
|
.sunday.other-month {
|
||||||
background-color: hsla(120, 100%, 50%, 0.3);
|
background-color: #bbddbb;
|
||||||
}
|
}
|
||||||
.holiday {
|
.holiday {
|
||||||
background-color: #ff9999; /* For holidays */
|
background-color: #ff9999; /* For holidays */
|
||||||
|
|
Loading…
Reference in a new issue