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 ce9beaf commit 062fd96Copy full SHA for 062fd96
src/_design-system/mdx-components/mdx-link.tsx
@@ -11,8 +11,6 @@ export const MdxLink = forwardRef<
11
<Anchor
12
{...props}
13
ref={ref}
14
- // we remove `text-underline-position` from default Nextra link styles, because Neue Montreal font
15
- // has a different underline position than system fonts, and it looks bad in Safari.
16
className={clsx(
17
"typography-link text-neu-900 decoration-from-font underline-offset-2",
18
props.className,
0 commit comments