From 16534319b69be0c83ee3210876cacd19542b68f2 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 8 Jun 2023 15:11:36 +1000 Subject: [PATCH] Replace dark blue with "Sherpa blue" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It looks like it’s used in headers, some buttons and a loading message --- app/webpacker/css/admin_v3/globals/palette.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/admin_v3/globals/palette.scss b/app/webpacker/css/admin_v3/globals/palette.scss index 859424e573..ada4a0768b 100644 --- a/app/webpacker/css/admin_v3/globals/palette.scss +++ b/app/webpacker/css/admin_v3/globals/palette.scss @@ -2,7 +2,7 @@ $color-1: #ffffff !default; // White $color-2: #9fc820 !default; // Green $color-3: #008397 !default; // Teal (Allports) -$color-4: #6788a2 !default; // Dark Blue +$color-4: #004E5B !default; // Dark Blue (Sherpa) $color-5: #c85136 !default; // Red/Orange (Mojo) $color-6: #ff9300 !default; // Yellow $color-7: #eff1f2 !default; // Light grey