Fixing issue where anchor idicator does not show on hover

This commit is contained in:
Daniel Hensby 2015-06-19 14:53:44 +01:00
parent 413d8e396a
commit cff5ecc1ed
1 changed files with 2 additions and 4 deletions

View File

@ -191,11 +191,9 @@ h6 .heading-anchor-link {
h3.hover .heading-anchor-link,
h4.hover .heading-anchor-link,
h5.hover .heading-anchor-link,
h6.hover .heading-anchor-link {
display: inline;
}
h6.hover .heading-anchor-link,
.heading-anchor-link:hover {
display: inline;
color: #aaa;
}