1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-06 22:04:14 -04:00
notes/_sass/anchor_headings.scss

12 lines
247 B
SCSS
Raw Normal View History

2019-05-04 16:22:56 -04:00
a.anchor_heading {
visibility: hidden;
}
h1:hover > a.anchor_heading,
h2:hover > a.anchor_heading,
h3:hover > a.anchor_heading,
h4:hover > a.anchor_heading,
h5:hover > a.anchor_heading,
h6:hover > a.anchor_heading {
visibility: visible;
}