Don't underline the anchor link symbol

This commit is contained in:
Philipp Oppermann
2017-05-03 18:50:01 +02:00
parent c4f9b28b41
commit 2ebc323cdb

View File

@@ -213,4 +213,9 @@ a.anchor {
:hover>a.anchor {
opacity: 1;
text-decoration: none;
}
a.anchor:hover {
text-decoration: none;
}