Header link tweak

I feel like the header link is too close to the heading which doesn't look particularly pleasing on the eye. So this is a very small tweak to add a bit of space and remove the underline (again because it doesn't look pretty).
This commit is contained in:
Jason Bayton
2017-06-15 23:01:23 +01:00
committed by GitHub
parent 9a8453f93d
commit 9b34804635

View File

@@ -1080,6 +1080,8 @@ h4:hover a.headerlink {
}
a.headerlink {
display: none;
padding-left: 5px;
text-decoration: none;
}
#menu-support {