Skip to content

Commit 5ab2693

Browse files
committed
style: add link-subtle on link
1 parent d78ba09 commit 5ab2693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Compare/ComparisonGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defineProps<{
2424
>
2525
<NuxtLink
2626
:to="`/package/${header}`"
27-
class="font-mono text-sm font-medium text-fg truncate"
27+
class="link-subtle font-mono text-sm font-medium text-fg truncate"
2828
:title="header"
2929
>
3030
{{ header }}

0 commit comments

Comments
 (0)