Force dark styles for calendar
This commit is contained in:
17
app/styles/calendar.css
Normal file
17
app/styles/calendar.css
Normal file
@ -0,0 +1,17 @@
|
||||
.rbc-show-more {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.rbc-off-range-bg {
|
||||
background: #12161f;
|
||||
}
|
||||
|
||||
.rbc-overlay-header {
|
||||
color: #2d3748;
|
||||
}
|
||||
|
||||
.rbc-today {
|
||||
background-color: #747bff;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user