18 lines
222 B
CSS
18 lines
222 B
CSS
.rbc-show-more {
|
|
background-color: unset;
|
|
}
|
|
|
|
[data-theme="dark"] {
|
|
.rbc-off-range-bg {
|
|
background: #12161f;
|
|
}
|
|
|
|
.rbc-overlay-header {
|
|
color: #2d3748;
|
|
}
|
|
|
|
.rbc-today {
|
|
background-color: #747bff;
|
|
}
|
|
}
|