Browse Source

emby url fix

pull/235/head
Marius 4 years ago
parent
commit
bd748b1990
  1. 2
      CSS/themes/emby/aquamarine.css
  2. 2
      CSS/themes/emby/dark.css
  3. 4
      CSS/themes/emby/dracula.css
  4. 2
      CSS/themes/emby/hotline.css
  5. 2
      CSS/themes/emby/organizr-dark.css
  6. 2
      CSS/themes/emby/plex.css
  7. 2
      CSS/themes/emby/space-gray.css

2
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);

2
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);

4
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);

2
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);

2
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);

2
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);

2
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);

Loading…
Cancel
Save