fix searchbar text color with jumbotron
This commit is contained in:
parent
03ab835505
commit
cc586c6f95
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue