[dark] dark mode fixes

This commit is contained in:
Andrea Vos 2022-01-08 21:09:10 +01:00
parent d0376253fe
commit ecc51c8b4c

View File

@ -297,4 +297,16 @@ body[data-theme="dark"] {
.vdp-datepicker__calendar { .vdp-datepicker__calendar {
background-color: $dark; background-color: $dark;
} }
.day-event-0 {
color: $black;
}
.profile-current {
border-inline-start: 3px solid $primary-dark !important;
}
.list-group-flare > :first-child {
border-top: 3px solid $primary-dark !important;
}
} }