From 952b1731d938c1872d85578061f4e77f756130d5 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 4 Jul 2026 15:51:28 -0500 Subject: [PATCH] fix(contact): hardcode CWC Blue 03 stroke on contact info SVGs SVGs loaded via cannot inherit currentColor from the parent document, so the .contact-info__icon { color: ... } rule had no effect and the icons rendered in the SVG's own default color (black). Bake the stroke color in directly: stroke="#8FC9E6" (CWC Blue 03). The final user-provided SVGs will replace these placeholders later, so this is the minimal change to make the icons visible in the brand color today. --- static/img/contact/icon-address.svg | 2 +- static/img/contact/icon-email.svg | 2 +- static/img/contact/icon-phone.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/img/contact/icon-address.svg b/static/img/contact/icon-address.svg index bb3a6d7..8dbc0dd 100644 --- a/static/img/contact/icon-address.svg +++ b/static/img/contact/icon-address.svg @@ -1,4 +1,4 @@ -