fix searchbar for mdecel <3

This commit is contained in:
beese_buck 2022-03-18 13:54:15 -04:00 committed by GitHub
parent 700a9d56a5
commit 9c942732ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,4 +190,8 @@ a.nav-link:hover {
.srd { .srd {
background-color: var(--black3) !important background-color: var(--black3) !important
} }
#navbar .form-control.w-100 {
color: var(--white) !important;
}