1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

petio import fix

This commit is contained in:
gilbN 2021-03-21 23:32:12 +01:00
parent b18cc128f4
commit eec3685c1c
5 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;