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<
12
12
{ ...props }
13
13
ref = { ref }
14
14
className = { clsx (
15
- "typography-link text-neu-900 decoration-from-font underline-offset-2" ,
15
+ "typography-link text-neu-900 underline-offset-2" ,
16
16
props . className ,
17
17
) }
18
18
href = { props . href || "" }
Original file line number Diff line number Diff line change @@ -1867,12 +1867,6 @@ article.nextra-body-typesetting-article h1 {
1867
1867
article .nextra-body-typesetting-article h2 {
1868
1868
border-style : none;
1869
1869
}
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
- }
1876
1870
article .nextra-body-typesetting-article p {
1877
1871
line-height : 2rem ;
1878
1872
}
You can’t perform that action at this time.
0 commit comments