[css] fix angular date picker

This commit is contained in:
nymkappa 2026-04-06 11:21:51 +09:00
parent 327a0a0b83
commit d24b05a784
No known key found for this signature in database
GPG key ID: A7895A957BA87DBA

View file

@ -1651,4 +1651,9 @@ a.badge:hover, a.badge:focus {
form label:not(.form-check-label):not(.btn) {
margin-bottom: 0.5rem;
}
// Angular date picker
.ngb-dp-header, .ngb-dp-week {
background-color: var(--bg) !important;
}