From 99eb27d3f017cbfadb8416f97a51348260ea5560 Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Wed, 24 Jun 2026 08:08:53 -0700 Subject: [PATCH] SW: accent steel #2c5d7c -> cobalt #1660c4 (staging preview) Recolor --accent/--accent-deep tokens, two hardcoded rgba steel tints, and the favicon square to cobalt. Live shopwisdom.ca untouched. Co-Authored-By: Claude Opus 4.8 --- favicon.svg | 2 +- style.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/favicon.svg b/favicon.svg index 9ea47be..27de8c1 100644 --- a/favicon.svg +++ b/favicon.svg @@ -1,4 +1,4 @@ - + diff --git a/style.css b/style.css index f2db0aa..1948612 100644 --- a/style.css +++ b/style.css @@ -9,9 +9,9 @@ --gray-line: #6b7280; --cream: #f7f4ef; --cream-soft: rgba(247, 244, 239, 0.62); - /* SW accent — steel-blue (the cool/industrial sibling of OC's warm amber) */ - --accent: #2c5d7c; - --accent-deep: #1e4258; + /* SW accent — cobalt (cool/industrial sibling of OC's warm amber; was steel #2c5d7c, updated 2026-06-24) */ + --accent: #1660c4; + --accent-deep: #114e9f; --line: rgba(15, 23, 41, 0.12); --line-dark: rgba(247, 244, 239, 0.16); --max: 1100px; @@ -302,9 +302,9 @@ a:focus-visible, .btn:focus-visible, button:focus-visible { outline: 2px solid v .lf-choice { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 4px; font-family: 'Lora', Georgia, serif; font-size: 0.98rem; color: var(--ink); cursor: pointer; transition: border-color 0.2s ease, background-color 0.2s ease; } .lf-choice:hover { border-color: var(--accent); } .lf-choice input { accent-color: var(--accent); width: 16px; height: 16px; flex: none; } -.lf-choice:has(input:checked) { border-color: var(--accent); background: rgba(44, 93, 124, 0.06); } +.lf-choice:has(input:checked) { border-color: var(--accent); background: rgba(22, 96, 196, 0.06); } .lf-input { width: 100%; box-sizing: border-box; padding: 13px 15px; border: 1px solid var(--line); border-radius: 4px; font-family: 'Lora', Georgia, serif; font-size: 1rem; color: var(--ink); background: #fff; margin-bottom: 12px; } -.lf-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(44, 93, 124, 0.12); } +.lf-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(22, 96, 196, 0.12); } .lf-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; } .lf-nav { display: flex; justify-content: flex-end; align-items: center; gap: 14px; margin-top: 1.3rem; } .lf-nav .lf-back { margin-right: auto; }