Merge pull request #67 from dhensby/pulls/fix-header-hover

Fixing issue where anchor idicator does not show on hover
This commit is contained in:
Cam Findlay 2015-07-19 13:39:09 +12:00
commit f7edde83c4
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;
}