Skip to content

Commit b804219

Browse files
committed
for my bro @essenmitsosse
1 parent 2b855e3 commit b804219

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
@@ -81,7 +81,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && !isLink.value)
8181
'inline-flex': !block,
8282
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/30':
8383
!isLinkAnchor && isLink && !noUnderline,
84-
'justify-start font-mono text-fg hover:(decoration-accent) focus-visible:(text-accent outline-offset-2)':
84+
'justify-start font-mono text-fg hover:(decoration-accent text-fg/80) focus-visible:(text-accent outline-offset-2)':
8585
isLink,
8686
'justify-center font-mono border border-solid border-border rounded-md outline-offset-2':
8787
isButton,

0 commit comments

Comments
 (0)