fix searchbar text color with jumbotron
This commit is contained in:
parent
03ab835505
commit
cc586c6f95
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue