Add automatic anchor symbols using anchorjs

This commit is contained in:
Philipp Oppermann
2016-01-17 15:21:04 +01:00
parent 82e230c257
commit 1d7b913a1a
5 changed files with 15 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ a {
}
}
a.anchorjs-link:hover {
text-decoration: none;
}
img {
display: block;
max-width: 100%;