Skip to content

Commit 4901f01

Browse files
committed
style: mute link underline more
1 parent bcc1a2d commit 4901f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
7575
v-else
7676
class="group inline-flex gap-x-1 items-center justify-center"
7777
:class="{
78-
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/50': !isLinkAnchor && isLink,
78+
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/30': !isLinkAnchor && isLink,
7979
'font-mono text-fg hover:(no-underline text-fg/50) focus-visible:(no-underline text-fg/50) transition-colors duration-200':
8080
isLink,
8181
'font-mono border border-border rounded-md transition-all duration-200': isButton,

0 commit comments

Comments
 (0)