Skip to content

Commit 848b241

Browse files
committed
cleanup
1 parent 1f00827 commit 848b241

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/src/static/custom.css

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

src/sphinx_codeautolink/static/sphinx-codeautolink.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
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-
}
11-
.sphinx-codeautolink-a:active{
12-
color: rgb(0, 185, 185);
13-
}
145
.sphinx-codeautolink-a:hover{
156
color: rgb(0, 139, 139);
167
}

0 commit comments

Comments
 (0)