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 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="6" fill="#2c5d7c"/>
|
||||
<rect width="32" height="32" rx="6" fill="#1660c4"/>
|
||||
<circle cx="16" cy="16" r="7" fill="none" stroke="#b9742a" stroke-width="4"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user