Skip to content

Commit d20edff

Browse files
committed
what even is css
1 parent f334dba commit d20edff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sphinx_codeautolink/static/sphinx-codeautolink.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
.sphinx-codeautolink-a:visited{
99
color: unset;
1010
}
11+
.sphinx-codeautolink-a:active{
12+
color: rgb(0, 185, 185);
13+
}
1114
.sphinx-codeautolink-a:hover{
1215
color: rgb(0, 139, 139);
1316
}

0 commit comments

Comments
 (0)