more contrast for calender
This commit is contained in:
parent
b35a69ea44
commit
c4df6d4165
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
#cal-container .cal-time-slot {
|
#cal-container .cal-time-slot {
|
||||||
/* border-right: 1px solid #928c79; */
|
/* border-right: 1px solid #928c79; */
|
||||||
background-color: rgba(71, 19, 43, 0.15);
|
background-color: rgba(71, 19, 43, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #cal-container .cal-time-slot:hover {
|
/* #cal-container .cal-time-slot:hover {
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
} */
|
} */
|
||||||
|
|
||||||
#cal-container .cal-time-slot:nth-child(even) {
|
#cal-container .cal-time-slot:nth-child(even) {
|
||||||
background-color: rgba(71, 19, 43, 0.1);
|
background-color: rgba(71, 19, 43, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #cal-container .cal-time-slot:nth-child(even):hover {
|
/* #cal-container .cal-time-slot:nth-child(even):hover {
|
||||||
|
|
Loading…
Reference in a new issue