Skip to content

Commit 0a2639c

Browse files
committed
link typo
1 parent 53b1011 commit 0a2639c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/assets/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ a:visited {
6565
a:hover {
6666
color: #0366d6;
6767
/* text-decoration: underline; */
68+
text-decoration: none;
6869
}
6970

7071
/* Set the style for code blocks */
@@ -238,7 +239,8 @@ color: #58a6ff;
238239
/* Set the color for links when hovering over them */
239240
html.theme--documenter-dark a:hover {
240241
color: #58a6ff;
241-
text-decoration: underline;
242+
/* text-decoration: underline; */
243+
text-decoration: none;
242244
}
243245

244246
/* Set the style for methods and type documentation [dark theme] */

0 commit comments

Comments
 (0)