Clean toc heading link

The heading link only show up when we hovering it
This commit is contained in:
Dan 2025-03-17 20:00:37 +07:00
commit fda3af37f4
2 changed files with 9 additions and 1 deletions

View file

@ -49,4 +49,12 @@ summary {
border:none;
margin-left: 5px;
box-shadow:none;
}
.toc-link a {
display:none;
}
.toc-link:hover a{
display:inline-block;
}