diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index bb4b5c00..a52d3804 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -66,8 +66,8 @@ background: rgba(0, 0, 0, 0.15); } .content-wrap, .bg-org { - background: rgba(0, 0, 0, 0.15) !important; - } + background: var(--main-bg-color) !important; +} .panel-blue .panel-heading, .panel-info .panel-heading { border-color: #ffffff; color: #fff; @@ -76,6 +76,9 @@ .panel { background: transparent; } + .panel-body { + background: rgba(0, 0, 0, 0.15); +} .nav-tabs>li>a:hover { background: rgba(0, 0, 0, 0.15); } diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index ff671016..1972f20c 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -66,8 +66,8 @@ background: rgba(0, 0, 0, 0.15); } .content-wrap, .bg-org { - background: rgba(0, 0, 0, 0.15) !important; - } + background: var(--main-bg-color) !important; +} .panel-blue .panel-heading, .panel-info .panel-heading { border-color: #ffffff; color: #fff; @@ -76,6 +76,9 @@ .panel { background: transparent; } + .panel-body { + background: rgba(0, 0, 0, 0.15); +} .nav-tabs>li>a:hover { background: rgba(0, 0, 0, 0.15); }