From ed6ae31fba85677873b1eb3d3710e5e08559b398 Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 5 Jul 2019 22:29:13 +0200 Subject: [PATCH] fixed radarr modal color --- CSS/themes/radarr/plex.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/radarr/plex.css b/CSS/themes/radarr/plex.css index c47dfa76..88bcfcd8 100644 --- a/CSS/themes/radarr/plex.css +++ b/CSS/themes/radarr/plex.css @@ -15,7 +15,7 @@ @import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css); :root { --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png"); - --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; + --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --calendar-Unaired-Premiere: #FFEB3B; --calendar-Downloading: #ff7676;