Browse Source

Renamed themes

pull/11/head
gilbN 6 years ago
parent
commit
94c6173613
  1. 4
      CSS/themes/organizr/Aquamarine.css
  2. 4
      CSS/themes/organizr/Hotline.css

4
CSS/themes/organizr/organizr-marine-test.css → CSS/themes/organizr/Aquamarine.css

@ -11,7 +11,8 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR MARINE THEME */
@import 'Organizr.css';
@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-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;
@ -21,4 +22,3 @@
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #009688;
}
@import url("https://gilbn.github.io/theme.park/CSS/themes/organizr-base.css");

4
CSS/themes/organizr/organizr-hotline-test.css → CSS/themes/organizr/Hotline.css

@ -11,7 +11,8 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR HOTLINE THEME */
@import 'Organizr.css';
@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-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;
@ -21,4 +22,3 @@
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #F44336;
}
@import url("https://gilbn.github.io/theme.park/CSS/themes/organizr-base.css");
Loading…
Cancel
Save