From 810534b41621f6925d77adb993f439dfaf0be4da Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:23:53 +0200 Subject: [PATCH] banner fix --- CSS/themes/unraid/unraid-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index c96ee890..6c030b25 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -38,7 +38,7 @@ i.control { fill: var(--accent-color); } #header { - background: var(--main-bg-color); + background-color: transparent; } #header, #header .logo, #header .text-right a { color: var(--text) !important;