From cd6c1deb22d8e236771818d3d339a6bb047a9f13 Mon Sep 17 00:00:00 2001 From: Simon Priet <91326008+alk-spriet@users.noreply.github.com> Date: Thu, 25 May 2023 23:50:18 +0200 Subject: [PATCH] Change PERF hue to Duck Blue (#16) --- PERF banner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PERF banner.css b/PERF banner.css index 755e6de..a03a42d 100644 --- a/PERF banner.css +++ b/PERF banner.css @@ -3,7 +3,7 @@ domain("ltg-admin.supplierxm.salsify.com") { :root { --stripe-size: 100px; --color1: hsl(180, 63%, 30%); - --color2: hsl(180, 63%, 37%); + --color2: hsl(180, 63%, 36%); --duration: 1s; --state: running; }