Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_design-system/mdx-components/mdx-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const MdxLink = forwardRef<
{...props}
ref={ref}
className={clsx(
"typography-link text-neu-900 decoration-from-font underline-offset-2",
"typography-link text-neu-900 underline-offset-2",
props.className,
)}
href={props.href || ""}
Expand Down
6 changes: 0 additions & 6 deletions src/nextra-theme-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1867,12 +1867,6 @@ article.nextra-body-typesetting-article h1 {
article.nextra-body-typesetting-article h2 {
border-style: none;
}
article.nextra-body-typesetting-article a {
text-decoration-line: none;
}
article.nextra-body-typesetting-article a:hover {
text-decoration-line: underline;
}
article.nextra-body-typesetting-article p {
line-height: 2rem;
}
Expand Down