From 20a77c34e7568898490e04ef82c3e4b148729ba3 Mon Sep 17 00:00:00 2001 From: gilbn Date: Tue, 3 Aug 2021 22:37:24 +0200 Subject: [PATCH] ombi fixes --- CSS/themes/ombi/ombi-base.css | 11 +++++++---- CSS/variables/overseer.css | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CSS/themes/ombi/ombi-base.css b/CSS/themes/ombi/ombi-base.css index a633887b..8ded519f 100644 --- a/CSS/themes/ombi/ombi-base.css +++ b/CSS/themes/ombi/ombi-base.css @@ -19,8 +19,7 @@ html, body, .wizard-background, .content-container, -.mat-sidenav-container, -.content-container .top-bar-container { +.mat-sidenav-container { color: var(--text) !important; background: var(--main-bg-color) !important; background-repeat: repeat, no-repeat; @@ -32,6 +31,10 @@ body, -o-background-size: auto, cover; } +.content-container .top-bar-container { + background: transparent !important; +} + .h1, .h2, .h3, @@ -231,7 +234,7 @@ a:hover { margin: 10px auto auto !important; } -@media (min-width: 768px) { +/* @media (min-width: 768px) { .content-container { margin-left: 255px !important; } @@ -239,7 +242,7 @@ a:hover { .content-container .section { margin: 6px !important; } -} +} */ /* MOBILE */ @media (min-width: 768px) { diff --git a/CSS/variables/overseer.css b/CSS/variables/overseer.css index 8eabe3fc..7cffcc5e 100644 --- a/CSS/variables/overseer.css +++ b/CSS/variables/overseer.css @@ -12,11 +12,11 @@ --button-text: #e5e7eb; --button-text-hover: #fff; - --accent-color: 79, 70, 229; + --accent-color: 167, 139, 250; --accent-color-hover: rgb(var(--accent-color),.8); --link-color: #6366f1; --link-color-hover: #a78bfa; - --label-text-color: #d1d5db; + --label-text-color: #000; --text: #d1d5db; --text-hover: #fff;