mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Added anchor headings
This commit is contained in:
12
_sass/anchor_headings.scss
Normal file
12
_sass/anchor_headings.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user