diff --git a/assets/dark.scss b/assets/dark.scss index 8dc882508..67537cd3e 100644 --- a/assets/dark.scss +++ b/assets/dark.scss @@ -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; + } }