From 8ebf07d93de43011487e2305eb6ef4a4d0d030cc Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 15 Feb 2023 13:32:39 +0100 Subject: [PATCH] Fix search input font color --- overrides/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/overrides/css/theme.css b/overrides/css/theme.css index ba7cdf6..17553bd 100644 --- a/overrides/css/theme.css +++ b/overrides/css/theme.css @@ -45,6 +45,7 @@ code, pre, kbd { .md-search__input { background-color: #404D72; + color: #fff; } .icinga-header {