diff --git a/CSS/themes/sonarr/noname.css b/CSS/themes/sonarr/noname.css index 1ad8af89..fb956256 100644 --- a/CSS/themes/sonarr/noname.css +++ b/CSS/themes/sonarr/noname.css @@ -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; diff --git a/CSS/themes/sonarr/plex.css b/CSS/themes/sonarr/plex.css index 4f933945..0e081b05 100644 --- a/CSS/themes/sonarr/plex.css +++ b/CSS/themes/sonarr/plex.css @@ -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;