From 69c41775265fcbe0b90968f9a3e9e869c0dc1c19 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 1 Sep 2019 01:43:59 +0200 Subject: [PATCH] fixed error on hydra --- CSS/themes/nzbhydra2/aquamarine.css | 2 +- CSS/themes/nzbhydra2/dark.css | 2 +- CSS/themes/nzbhydra2/hotline.css | 2 +- CSS/themes/nzbhydra2/plex.css | 2 +- CSS/themes/nzbhydra2/space-gray.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CSS/themes/nzbhydra2/aquamarine.css b/CSS/themes/nzbhydra2/aquamarine.css index 2c980fcf..ec73626a 100644 --- a/CSS/themes/nzbhydra2/aquamarine.css +++ b/CSS/themes/nzbhydra2/aquamarine.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* NZBHYDRA2 AQUAMARINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/nzbhydra2/dark.css b/CSS/themes/nzbhydra2/dark.css index 6716e865..0dbc315b 100644 --- a/CSS/themes/nzbhydra2/dark.css +++ b/CSS/themes/nzbhydra2/dark.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* NZBHYDRA2 DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css); :root { --main-bg-color: #1f1f1f; --modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/nzbhydra2/hotline.css b/CSS/themes/nzbhydra2/hotline.css index 174619e2..deeb95bd 100644 --- a/CSS/themes/nzbhydra2/hotline.css +++ b/CSS/themes/nzbhydra2/hotline.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* NZBHYDRA2 HOTLINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/nzbhydra2/plex.css b/CSS/themes/nzbhydra2/plex.css index c0462c4f..68dda5a6 100644 --- a/CSS/themes/nzbhydra2/plex.css +++ b/CSS/themes/nzbhydra2/plex.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* NZBHYDRA2 PLEX THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-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; diff --git a/CSS/themes/nzbhydra2/space-gray.css b/CSS/themes/nzbhydra2/space-gray.css index c58615f5..9ee6861a 100644 --- a/CSS/themes/nzbhydra2/space-gray.css +++ b/CSS/themes/nzbhydra2/space-gray.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* NZBHYDRA2 SPACE GRAY THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-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;