Skip to content

Commit addaa5b

Browse files
committed
cleanup
1 parent 848b241 commit addaa5b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/src/static/custom.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
border-bottom-style: dotted;
55
border-bottom-width: 2px;
66
}
7-
.sphinx-codeautolink-a:hover {
8-
color: rgb(0, 139, 139);
9-
}

src/sphinx_codeautolink/static/sphinx-codeautolink.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
color: unset;
33
text-decoration: none;
44
}
5+
.sphinx-codeautolink-a:link{
6+
color: unset;
7+
}
8+
.sphinx-codeautolink-a:visited{
9+
color: unset;
10+
}
511
.sphinx-codeautolink-a:hover{
612
color: rgb(0, 139, 139);
713
}

0 commit comments

Comments
 (0)