mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-14 15:22:23 -06: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;
|
|
} |