mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 00:28:11 -06:00
Added anchor headings
This commit is contained in:
@@ -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