Fix search input font color
This commit is contained in:
parent
6a2c20d274
commit
8ebf07d93d
|
@ -45,6 +45,7 @@ code, pre, kbd {
|
||||||
|
|
||||||
.md-search__input {
|
.md-search__input {
|
||||||
background-color: #404D72;
|
background-color: #404D72;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icinga-header {
|
.icinga-header {
|
||||||
|
|
Loading…
Reference in New Issue