mirror of
https://github.com/thangisme/notes.git
synced 2025-02-21 06:57:46 -05:00
12 lines
247 B
SCSS
12 lines
247 B
SCSS
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;
|
|
} |