From 94c6173613c0bcd220697b2fa9357cdfd44e2f64 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 20:58:16 +0200 Subject: [PATCH] Renamed themes --- .../organizr/{organizr-marine-test.css => Aquamarine.css} | 4 ++-- .../organizr/{organizr-hotline-test.css => Hotline.css} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename CSS/themes/organizr/{organizr-marine-test.css => Aquamarine.css} (93%) rename CSS/themes/organizr/{organizr-hotline-test.css => Hotline.css} (93%) diff --git a/CSS/themes/organizr/organizr-marine-test.css b/CSS/themes/organizr/Aquamarine.css similarity index 93% rename from CSS/themes/organizr/organizr-marine-test.css rename to CSS/themes/organizr/Aquamarine.css index 4b07db82..51f9c7ea 100644 --- a/CSS/themes/organizr/organizr-marine-test.css +++ b/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"); diff --git a/CSS/themes/organizr/organizr-hotline-test.css b/CSS/themes/organizr/Hotline.css similarity index 93% rename from CSS/themes/organizr/organizr-hotline-test.css rename to CSS/themes/organizr/Hotline.css index 2d7d5f3d..a807da28 100644 --- a/CSS/themes/organizr/organizr-hotline-test.css +++ b/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");