blob: 07aee5fcb8398a53ea2189cff95cbe6504116d96 (
plain) (
blame)
1
2
3
4
|
/* Styles for section anchors */
a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
a.anchor-section::before {content: '#';}
.hasAnchor:hover a.anchor-section {visibility: visible;}
|