Changed banner code to HSL to facilitate hue changes

This commit is contained in:
scar 2021-12-21 18:52:29 +01:00
parent 38b920b68b
commit 8d45d2e366
3 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@
domain("ltg-admin.alkemics.com") { domain("ltg-admin.alkemics.com") {
:root { :root {
--stripe-size: 100px; --stripe-size: 100px;
--color1: #752cf9; --color1: hsl(261, 65%, 51%);
--color2: #6723e4; --color2: hsl(261, 80%, 59%);
--duration: 30s; --duration: 30s;
} }
.Navbar::before { .Navbar::before {

View File

@ -1,8 +1,8 @@
@-moz-document domain("int.alkemics.com") { @-moz-document domain("int.alkemics.com") {
:root { :root {
--stripe-size: 100px; --stripe-size: 100px;
--color1: #752cf9; --color1: hsl(195, 70%, 45%);
--color2: #6723e4; --color2: hsl(195, 70%, 50%);
--duration: 30s; --duration: 30s;
} }
.Navbar::before { .Navbar::before {

View File

@ -1,8 +1,8 @@
@-moz-document domain("ppr-stream.alkemics.com") { @-moz-document domain("ppr-stream.alkemics.com") {
:root { :root {
--stripe-size: 100px; --stripe-size: 100px;
--color1: #166a83; --color1: hsl(194, 71%, 30%);
--color2: #157e9e; --color2: hsl(194, 77%, 35%);
--duration: 30s; --duration: 30s;
} }
.Navbar::before { .Navbar::before {