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

@@ -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 {