We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b1011 commit 0a2639cCopy full SHA for 0a2639c
docs/src/assets/custom.css
@@ -65,6 +65,7 @@ a:visited {
65
a:hover {
66
color: #0366d6;
67
/* text-decoration: underline; */
68
+ text-decoration: none;
69
}
70
71
/* Set the style for code blocks */
@@ -238,7 +239,8 @@ color: #58a6ff;
238
239
/* Set the color for links when hovering over them */
240
html.theme--documenter-dark a:hover {
241
color: #58a6ff;
-text-decoration: underline;
242
+/* text-decoration: underline; */
243
+text-decoration: none;
244
245
246
/* Set the style for methods and type documentation [dark theme] */
0 commit comments