From 3a257eaab1c45fd4d4bb64fa78d3ded64ae7c97a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Mar 2026 17:41:54 -0700 Subject: [PATCH] Make sensory tags solid gold background with bold white text Co-Authored-By: Claude Opus 4.6 --- public/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index a38b712..716ae02 100644 --- a/public/index.html +++ b/public/index.html @@ -304,12 +304,13 @@ .sensory-tag { font-size: 0.65rem; + font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.8rem; - border: 1px solid rgba(198, 139, 63, 0.4); - background: rgba(198, 139, 63, 0.15); - color: var(--gold); + border: 1px solid var(--gold); + background: var(--gold); + color: var(--sand); } .project-image-col {