Fix search input font color

This commit is contained in:
Blerim Sheqa 2023-02-15 13:32:39 +01:00
parent 6a2c20d274
commit 8ebf07d93d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {