Skip to content

Commit 31ea6e4

Browse files
committed
docs(navigation-docs): change font-weight of anchors
1 parent 60c68c4 commit 31ea6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/navigation-docs/navigation-docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const DocsNavigation = component$(
6666
(location.url.pathname?.startsWith('/docs/styled/') &&
6767
link.name === 'Styled')
6868
? 'bg-accent font-bold text-accent-foreground'
69-
: '',
69+
: 'font-light',
7070
)}
7171
href={link.href}
7272
>

0 commit comments

Comments
 (0)