diff --git a/CSS/themes/sonarr/plex.css b/CSS/themes/sonarr/plex.css index 3fb38a40..1aba159b 100644 --- a/CSS/themes/sonarr/plex.css +++ b/CSS/themes/sonarr/plex.css @@ -11,7 +11,7 @@ /* https://github.com/gilbN/theme.park */ /* SONARR PLEX THEME */ -@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-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-dark2.png") center center/cover no-repeat fixed; @@ -39,4 +39,4 @@ --text:#eee; --text-hover: #fff; --text-muted: #999; - } \ No newline at end of file + }