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 f334dba commit d20edffCopy full SHA for d20edff
src/sphinx_codeautolink/static/sphinx-codeautolink.css
@@ -8,6 +8,9 @@
8
.sphinx-codeautolink-a:visited{
9
color: unset;
10
}
11
+.sphinx-codeautolink-a:active{
12
+ color: rgb(0, 185, 185);
13
+}
14
.sphinx-codeautolink-a:hover{
15
color: rgb(0, 139, 139);
16
0 commit comments