Browse Source

petio import fix

pull/166/head
gilbN 4 years ago
parent
commit
eec3685c1c
  1. 2
      CSS/themes/petio/aquamarine.css
  2. 2
      CSS/themes/petio/dark.css
  3. 2
      CSS/themes/petio/hotline.css
  4. 2
      CSS/themes/petio/organizr-dark.css
  5. 2
      CSS/themes/petio/space-gray.css

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

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

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

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

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

Loading…
Cancel
Save