fixed radarr modal color

This commit is contained in:
gilbN 2019-07-05 22:29:13 +02:00
parent 7b08467f09
commit ed6ae31fba

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
:root { :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");
--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-Unaired-Premiere: #FFEB3B;
--calendar-Downloading: #ff7676; --calendar-Downloading: #ff7676;