Renamed themes
This commit is contained in:
parent
d71599cc35
commit
94c6173613
@ -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");
|
||||
@ -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…
Reference in New Issue
Block a user