Skip to content

Commit 88d0598

Browse files
committed
Make mdx link underline more visible
1 parent b8ff985 commit 88d0598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_design-system/mdx-components/mdx-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const MdxLink = forwardRef<
1212
{...props}
1313
ref={ref}
1414
className={clsx(
15-
"typography-link text-neu-900 decoration-from-font underline-offset-2",
15+
"typography-link text-neu-900 underline-offset-2",
1616
props.className,
1717
)}
1818
href={props.href || ""}

0 commit comments

Comments
 (0)