Skip to content

Commit de27779

Browse files
committed
make dottydoc anchors transparent instead of white when not hovered
1 parent e2e5e02 commit de27779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/css/dottydoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ul.post-list {
4343

4444
/* headings anchors */
4545
a.anchor {
46-
color: white;
46+
color: transparent;
4747
margin-left: -23px;
4848
padding-right: 3px;
4949
transition: color .4s ease-out;

0 commit comments

Comments
 (0)