Browse Source

fixed bazarr plex modal variable

pull/15/head
gilbN 5 years ago
parent
commit
69688b46d8
  1. 2
      CSS/themes/bazarr/plex.css
  2. 2
      CSS/themes/radarr/plex.css

2
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;
}

2
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;

Loading…
Cancel
Save