fix searchbar text color with jumbotron

This commit is contained in:
Gabriele Musco 2021-12-26 09:15:00 +01:00
parent 03ab835505
commit cc586c6f95
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 3 additions and 0 deletions

View File

@ -872,6 +872,9 @@ header.jumbotronContainer {
&, *, > * {
color: white !important;
}
#searchbar {
color: var(--default_fg) !important;
}
#main-nav a, .nerdlink:hover {
color: var(--default_accent) !important;
}