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 610c74d commit 1659414Copy full SHA for 1659414
src/sphinx_codeautolink/static/sphinx-codeautolink.css
@@ -1,16 +1,10 @@
1
-.sphinx-codeautolink-a:link{
2
- color: inherit;
3
- text-decoration: none;
4
-}
5
-.sphinx-codeautolink-a:active{
6
+.sphinx-codeautolink-a{
+ color: unset;
7
text-decoration: none;
8
}
9
.sphinx-codeautolink-a:visited{
10
11
12
13
.sphinx-codeautolink-a:hover{
14
color: rgb(0, 139, 139);
15
16
0 commit comments