From 0bcdcb216980129ca5bcecaf8a3e7aa4e58bff25 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:32:21 +0100 Subject: [PATCH] fix for #161 --- CSS/themes/unraid/unraid-base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 9d6c3aa7..a2d10a90 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -37,7 +37,9 @@ i.control { #header path { fill: var(--accent-color); } - +#header { + background: var(--main-bg-color); +} #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after, #nav-block #nav-item.active:after {