File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
_design-system/mdx-components Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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 || "" }
Original file line number Diff line number Diff line change @@ -1867,12 +1867,6 @@ article.nextra-body-typesetting-article h1 {
18671867article .nextra-body-typesetting-article h2 {
18681868 border-style : none;
18691869}
1870- article .nextra-body-typesetting-article a {
1871- text-decoration-line : none;
1872- }
1873- article .nextra-body-typesetting-article a : hover {
1874- text-decoration-line : underline;
1875- }
18761870article .nextra-body-typesetting-article p {
18771871 line-height : 2rem ;
18781872}
You can’t perform that action at this time.
0 commit comments