Skip to content

Commit b8ff985

Browse files
committed
Remove Nextra's global style clearing underline from links in articles
1 parent 5f1cbd2 commit b8ff985

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/nextra-theme-docs.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,12 +1867,6 @@ article.nextra-body-typesetting-article h1 {
18671867
article.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-
}
18761870
article.nextra-body-typesetting-article p {
18771871
line-height: 2rem;
18781872
}

0 commit comments

Comments
 (0)