Changed banner code to HSL to facilitate hue changes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user