From 0aeab927637b6be6e522a1d7d0a1d0d0755fa22c Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 9 Jun 2026 23:20:11 +0200 Subject: [PATCH] fix(header): drop nav triggers back to font-light navigationMenuTriggerStyle ships with font-medium baked in. Our pre-NavigationMenu nav had no weight class so it inherited Roboto 300 (font-light) from the body, which read more in keeping with the restrained aesthetic of the rest of the page. Override the cva base with font-light on each NavigationMenuTrigger and on the Marketplace flat link. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/SiteHeader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SiteHeader.vue b/src/components/SiteHeader.vue index 8f7600d..c30a993 100644 --- a/src/components/SiteHeader.vue +++ b/src/components/SiteHeader.vue @@ -99,7 +99,7 @@ watch(() => route.path, closeMobile) {{ g.label }} @@ -125,7 +125,7 @@ watch(() => route.path, closeMobile) :class=" cn( navigationMenuTriggerStyle(), - 'bg-transparent hover:bg-muted hover:text-primary focus:bg-muted focus:text-primary', + 'bg-transparent font-light hover:bg-muted hover:text-primary focus:bg-muted focus:text-primary', ) " >