[dark] dark mode fixes

This commit is contained in:
Andrea 2022-01-08 21:09:10 +01:00
parent 0479554537
commit ac246d7e20
1 changed files with 12 additions and 0 deletions

View File

@ -297,4 +297,16 @@ body[data-theme="dark"] {
.vdp-datepicker__calendar {
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;
}
}