From 69688b46d8258b0f6bfe59ae27e56b057ba64889 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 6 Jul 2019 00:55:31 +0200 Subject: [PATCH] fixed bazarr plex modal variable --- CSS/themes/bazarr/plex.css | 2 +- CSS/themes/radarr/plex.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/bazarr/plex.css b/CSS/themes/bazarr/plex.css index ab897374..e86ffde8 100644 --- a/CSS/themes/bazarr/plex.css +++ b/CSS/themes/bazarr/plex.css @@ -15,5 +15,5 @@ @import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-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") 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-light2.png") 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; } \ No newline at end of file diff --git a/CSS/themes/radarr/plex.css b/CSS/themes/radarr/plex.css index 88bcfcd8..3ee85e82 100644 --- a/CSS/themes/radarr/plex.css +++ b/CSS/themes/radarr/plex.css @@ -14,7 +14,7 @@ /* RADARR PLEX THEME */ @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"); + --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") 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;