Add automatic anchor symbols using anchorjs

This commit is contained in:
Philipp Oppermann
2016-05-02 17:26:19 +02:00
parent e30f50019d
commit 5ec5a5828d
4 changed files with 8 additions and 0 deletions

View File

@@ -102,3 +102,7 @@ footer.footer {
sup, sub {
line-height: 0;
}
a.anchorjs-link:hover {
text-decoration: none;
}