From 772e246d365be2c6098dafb4c420876127a91fb7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:34:08 +0000 Subject: [PATCH 1/2] Initial plan From c42107ab6e1e70f2161ac35d4d6e94a77fcccc93 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:35:38 +0000 Subject: [PATCH 2/2] Lighten navy color palette for better blue visibility Co-authored-by: jwtoney <123672274+jwtoney@users.noreply.github.com> --- _sass/_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/_variables.scss b/_sass/_variables.scss index b4adf0d..75e4cb1 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -32,9 +32,9 @@ $grey-900: #212529; $white-color: #ffffff !default; $black-color: #000000 !default; $offwhite-color: #f5f0eb !default; -$navy-color: #1b2a4a !default; -$navy-color-light: #2c4a7c !default; -$navy-color-dark: #0f1b33 !default; +$navy-color: #2b4a7c !default; +$navy-color-light: #3d6098 !default; +$navy-color-dark: #1a3355 !default; $steel-blue-color: #6b8db5 !default; // Theme colors