From 8d45d2e366e27868e589c22a981813702cebf1d0 Mon Sep 17 00:00:00 2001 From: scar <91326008+alk-spriet@users.noreply.github.com> Date: Tue, 21 Dec 2021 18:52:29 +0100 Subject: [PATCH] Changed banner code to HSL to facilitate hue changes --- LTG banner.css | 4 ++-- PLR banner.css | 4 ++-- PPR banner.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LTG banner.css b/LTG banner.css index 9ac9c73..a193b04 100644 --- a/LTG banner.css +++ b/LTG banner.css @@ -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 { diff --git a/PLR banner.css b/PLR banner.css index 9f52e44..1233971 100644 --- a/PLR banner.css +++ b/PLR banner.css @@ -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 { diff --git a/PPR banner.css b/PPR banner.css index 56b702f..5b8d1fe 100644 --- a/PPR banner.css +++ b/PPR banner.css @@ -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 {