Skip to content

Commit df5e2de

Browse files
committed
remove the stroke width on links in doc
1 parent b7d078e commit df5e2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
.doc a:hover {
117117
color: var(--link_hover-font-color);
118-
-webkit-text-stroke-width: 0.01em;
118+
/* -webkit-text-stroke-width: 0.01em; */
119119
}
120120

121121
.doc a.unresolved {

0 commit comments

Comments
 (0)