Changed banner code to HSL to facilitate hue changes
This commit is contained in:
parent
38b920b68b
commit
8d45d2e366
@ -2,8 +2,8 @@
|
||||
domain("ltg-admin.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: #752cf9;
|
||||
--color2: #6723e4;
|
||||
--color1: hsl(261, 65%, 51%);
|
||||
--color2: hsl(261, 80%, 59%);
|
||||
--duration: 30s;
|
||||
}
|
||||
.Navbar::before {
|
||||
|
@ -1,8 +1,8 @@
|
||||
@-moz-document domain("int.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: #752cf9;
|
||||
--color2: #6723e4;
|
||||
--color1: hsl(195, 70%, 45%);
|
||||
--color2: hsl(195, 70%, 50%);
|
||||
--duration: 30s;
|
||||
}
|
||||
.Navbar::before {
|
||||
|
@ -1,8 +1,8 @@
|
||||
@-moz-document domain("ppr-stream.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: #166a83;
|
||||
--color2: #157e9e;
|
||||
--color1: hsl(194, 71%, 30%);
|
||||
--color2: hsl(194, 77%, 35%);
|
||||
--duration: 30s;
|
||||
}
|
||||
.Navbar::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user