From 46195142f3ee8bac98a3a8a8fbcca9f910003dbc Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 17 Mar 2026 01:59:25 +0000 Subject: [PATCH] fix: transparent header, global text colors, remove hero text - Header fully transparent with no border - Dark mode: #0A0A0A bg, #FAFAFA text - Light mode: #FAFAFA bg, #0A0A0A text - Removed "Antonym / Fashion for the sovereign individual" hero section - Delete stale DB to re-seed with .svg image paths Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/layout/ShopHeader.vue | 8 +++----- src/style.css | 18 +++++++++--------- src/views/HomeView.vue | 8 -------- 3 files changed, 12 insertions(+), 22 deletions(-) diff --git a/src/components/layout/ShopHeader.vue b/src/components/layout/ShopHeader.vue index 7b147ff..261dd35 100644 --- a/src/components/layout/ShopHeader.vue +++ b/src/components/layout/ShopHeader.vue @@ -6,7 +6,7 @@ const { itemCount } = useCart()