This commit is contained in:
deathbybandaid 2021-06-29 08:34:04 -04:00
parent da35b697bc
commit cc990d9b39
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
/* https://htpc.deathbybandaid.net/assets/theme.park */
/* SONARR THEME */
@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css);
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--main-bg-color: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle, #204c80 0%, #000 100%) center center/cover no-repeat fixed;

View File

@ -11,7 +11,7 @@
/* https://htpc.deathbybandaid.net/assets/theme.park */
/* SONARR PLEX THEME */
@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css);
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;