From eec3685c1cfffb81082efbaa6562b87fa2f5b377 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 21 Mar 2021 23:32:12 +0100 Subject: [PATCH] petio import fix --- CSS/themes/petio/aquamarine.css | 2 +- CSS/themes/petio/dark.css | 2 +- CSS/themes/petio/hotline.css | 2 +- CSS/themes/petio/organizr-dark.css | 2 +- CSS/themes/petio/space-gray.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CSS/themes/petio/aquamarine.css b/CSS/themes/petio/aquamarine.css index 9e1ba61e..c9a6f73a 100644 --- a/CSS/themes/petio/aquamarine.css +++ b/CSS/themes/petio/aquamarine.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* MOVIEMATCH AQUAMARINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/moviematch/moviematch-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/petio/petio-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/petio/dark.css b/CSS/themes/petio/dark.css index 6b9f3f0f..b9559c34 100644 --- a/CSS/themes/petio/dark.css +++ b/CSS/themes/petio/dark.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* MOVIEMATCH DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/moviematch/moviematch-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/petio/petio-base.css); :root { --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; diff --git a/CSS/themes/petio/hotline.css b/CSS/themes/petio/hotline.css index 0e9d4a07..9dc81678 100644 --- a/CSS/themes/petio/hotline.css +++ b/CSS/themes/petio/hotline.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* MOVIEMATCH HOTLINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/moviematch/moviematch-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/petio/petio-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/petio/organizr-dark.css b/CSS/themes/petio/organizr-dark.css index 94f0ed2d..b6045627 100644 --- a/CSS/themes/petio/organizr-dark.css +++ b/CSS/themes/petio/organizr-dark.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* MOVIEMATCH ORGANIZR-DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/moviematch/moviematch-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/petio/petio-base.css); :root { --main-bg-color: #1f1f1f; --modal-bg-color: #1b1b1b; diff --git a/CSS/themes/petio/space-gray.css b/CSS/themes/petio/space-gray.css index 6d30f1fb..abc1f955 100644 --- a/CSS/themes/petio/space-gray.css +++ b/CSS/themes/petio/space-gray.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* MOVIEMATCH SPACE GRAY THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/moviematch/moviematch-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/petio/petio-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;