mirror of
https://github.com/msberends/a_new_instrument_for_microbial_epidemiology.git
synced 2025-01-14 21:01:37 +01:00
6 lines
248 B
CSS
6 lines
248 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;}
|
|
ul > li > .anchor-section {display: none;}
|