We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b855e3 commit b804219Copy full SHA for b804219
app/components/Link/Base.vue
@@ -81,7 +81,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && !isLink.value)
81
'inline-flex': !block,
82
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/30':
83
!isLinkAnchor && isLink && !noUnderline,
84
- 'justify-start font-mono text-fg hover:(decoration-accent) focus-visible:(text-accent outline-offset-2)':
+ 'justify-start font-mono text-fg hover:(decoration-accent text-fg/80) focus-visible:(text-accent outline-offset-2)':
85
isLink,
86
'justify-center font-mono border border-solid border-border rounded-md outline-offset-2':
87
isButton,
0 commit comments