From 941f79a1337637fc3ce81cd11d3a0bfd5af03ab8 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 17 Mar 2021 22:07:22 +0100 Subject: [PATCH] header fix --- CSS/themes/unraid/unraid-base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 93a9e47b..59928817 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -40,6 +40,9 @@ i.control { #header { background: var(--main-bg-color); } +#header, #header .logo, #header .text-right a { + color: var(--text) !important; +} #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after, #nav-block #nav-item.active:after {