From 28890e4633e0a3ed70e6e0ad3cc1f538d1126f96 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 12 Sep 2019 08:25:31 +0200 Subject: [PATCH] Update sonarr-base.css --- CSS/themes/sonarr/sonarr-base.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index fbc3b0e3..34c904ef 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -10,18 +10,7 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -:root { - /* --main-bg-color:radial-gradient(ellipse, #1f1f1f, #191919, #131313, #0b0b0b, #000000) center center/cover no-repeat fixed; */ - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --calendar-tv-Unaired-Premiere: #35c5f4; - --calendar-tv-Downloading: #7932ea; - --calendar-tv-Unmonitored: grey; - --calendar-tv-Unaired: #337ab7; - --calendar-tv-missing: #d9534f; - --calendar-tv-On-Air: #f0ad4e; - --calendar-tv-available: #5cb85c; - } + body { background: var(--main-bg-color); background-repeat: repeat, no-repeat; @@ -1107,4 +1096,4 @@ pre { /* Custom filter */ .FilterBuilderRow\/filterRow\/1ozij:hover { background-color: transparent; -} \ No newline at end of file +}