This commit is contained in:
sjabby 2019-06-27 20:00:40 +02:00 committed by GitHub
parent 315a5b551b
commit 063de1cb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* RADARR AQUAMARINE THEME */ /* RADARR AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/radar/radarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
@ -28,4 +28,4 @@
--calendar-Missing: #eeeeee; --calendar-Missing: #eeeeee;
--calendar-On-Air: #eeeeee; --calendar-On-Air: #eeeeee;
--calendar-Downloaded: #eeeeee; --calendar-Downloaded: #eeeeee;
} }