forked from mirrors/hugo-theme-terminal
add anchor icon to heading anchors
This commit is contained in:
@ -98,3 +98,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hanchor {
|
||||
font-size: 100%;
|
||||
visibility: hidden;
|
||||
color:silver;
|
||||
}
|
||||
|
||||
h1:hover a, h2:hover a, h3:hover a, h4:hover a {
|
||||
visibility: visible;
|
||||
}
|
||||
|
Reference in New Issue
Block a user