diff --git a/CSS/themes/emby/aquamarine.css b/CSS/themes/emby/aquamarine.css index 45c489ab..fa0cc664 100644 --- a/CSS/themes/emby/aquamarine.css +++ b/CSS/themes/emby/aquamarine.css @@ -13,7 +13,7 @@ /* EMBY AQUAMARINE THEME */ @import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/aquamarine.css"); +@import url("https://theme-park.dev/CSS/variables/aquamarine.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text); diff --git a/CSS/themes/emby/dark.css b/CSS/themes/emby/dark.css index 47e05ceb..8541c6e4 100644 --- a/CSS/themes/emby/dark.css +++ b/CSS/themes/emby/dark.css @@ -13,7 +13,7 @@ /* EMBY DARK THEME */ @import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/dark.css"); +@import url("https://theme-park.dev/CSS/variables/dark.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text); diff --git a/CSS/themes/emby/dracula.css b/CSS/themes/emby/dracula.css index c47edc43..8844f812 100644 --- a/CSS/themes/emby/dracula.css +++ b/CSS/themes/emby/dracula.css @@ -12,8 +12,8 @@ /* https://github.com/gilbN/theme.park */ /* EMBY DRACULA THEME */ -@import url("https://dev.theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/dracula.css"); +@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); +@import url("https://theme-park.dev/CSS/variables/dracula.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text); diff --git a/CSS/themes/emby/hotline.css b/CSS/themes/emby/hotline.css index a73fe52c..aa2536ef 100644 --- a/CSS/themes/emby/hotline.css +++ b/CSS/themes/emby/hotline.css @@ -13,7 +13,7 @@ /* EMBY HOTLINE THEME */ @import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/hotline.css"); +@import url("https://theme-park.dev/CSS/variables/hotline.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text); diff --git a/CSS/themes/emby/organizr-dark.css b/CSS/themes/emby/organizr-dark.css index 3e52d99d..0d1ab840 100644 --- a/CSS/themes/emby/organizr-dark.css +++ b/CSS/themes/emby/organizr-dark.css @@ -13,7 +13,7 @@ /* EMBY ORGANIZR-DARK THEME */ @import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/organizr-dark.css"); +@import url("https://theme-park.dev/CSS/variables/organizr-dark.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text); diff --git a/CSS/themes/emby/plex.css b/CSS/themes/emby/plex.css index a7d5f365..c9c677ca 100644 --- a/CSS/themes/emby/plex.css +++ b/CSS/themes/emby/plex.css @@ -13,7 +13,7 @@ /* EMBY PLEX THEME */ @import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/plex.css"); +@import url("https://theme-park.dev/CSS/variables/plex.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text); diff --git a/CSS/themes/emby/space-gray.css b/CSS/themes/emby/space-gray.css index 21007729..17397553 100644 --- a/CSS/themes/emby/space-gray.css +++ b/CSS/themes/emby/space-gray.css @@ -13,7 +13,7 @@ /* EMBY SPACE GRAY THEME */ @import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://dev.theme-park.dev/CSS/variables/space-gray.css"); +@import url("https://theme-park.dev/CSS/variables/space-gray.css"); :root { --theme-primary-color: var(--accent-color); --theme-text-color: var(--text);