From 41e61e1f12697d62a2b762852048e5b262c2d3ec Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sat, 20 Mar 2021 02:56:11 +0100 Subject: [PATCH] logo --- CSS/themes/petio/petio-base.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CSS/themes/petio/petio-base.css b/CSS/themes/petio/petio-base.css index 369956f2..28e9bca7 100644 --- a/CSS/themes/petio/petio-base.css +++ b/CSS/themes/petio/petio-base.css @@ -49,12 +49,6 @@ h6, } /* MENU */ -/* @media (min-width: 1100px) { -.sidebar--inner { - display: block; - background: rgb(0 0 0 / 25%); -} -} */ .menu { background: rgb(0 0 0 / 25%); } @@ -88,6 +82,11 @@ h6, border-right: 4px solid var(--accent-color); } +.sidebar--inner .logo .logo-text span, +.menu .logo span { + color: var(--accent-color); +} + @media (min-width: 1100px) { .sidebar--item.active { border-top: none !important; @@ -200,6 +199,12 @@ p a, color: #fff; } +.requests--status__radarr, +.requests--status__pending { + color: #fff; +} + + /* TABLES */ .generic-table tr:not(.child):not(.sub) td { border-bottom: 1px solid rgba(255, 255, 255, .1);