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 848b241 commit addaa5bCopy full SHA for addaa5b
docs/src/static/custom.css
@@ -4,6 +4,3 @@
4
border-bottom-style: dotted;
5
border-bottom-width: 2px;
6
}
7
-.sphinx-codeautolink-a:hover {
8
- color: rgb(0, 139, 139);
9
-}
src/sphinx_codeautolink/static/sphinx-codeautolink.css
@@ -2,6 +2,12 @@
2
color: unset;
3
text-decoration: none;
+.sphinx-codeautolink-a:link{
+ color: unset;
+}
+.sphinx-codeautolink-a:visited{
10
11
.sphinx-codeautolink-a:hover{
12
color: rgb(0, 139, 139);
13
0 commit comments