mirror of
https://github.com/msberends/AMR.git
synced 2024-12-27 08:46:12 +01:00
5 lines
205 B
CSS
5 lines
205 B
CSS
/* 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;}
|