diff --git a/CSS/themes/sonarr/space-gray.css b/CSS/themes/sonarr/space-gray.css index 5a3e865e..4b243aba 100644 --- a/CSS/themes/sonarr/space-gray.css +++ b/CSS/themes/sonarr/space-gray.css @@ -11,7 +11,7 @@ /* https://github.com/gilbN/theme.park */ /* SONARR SPACE GRAY THEME */ -@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); :root { --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; @@ -29,4 +29,4 @@ --accent-color: #607D8B; --accent-color-hover: #81a6b7; --queue-color: #81a6b7; -} \ No newline at end of file +}