Remove underline on footnote arrow

This commit is contained in:
Michael Rose 2016-03-24 15:34:29 -04:00
parent 28d6c28050
commit 83c74a1c40
2 changed files with 9 additions and 1 deletions

View file

@ -362,4 +362,12 @@ $navicon-height : 4px;
margin-bottom: 0;
font-size: 14px;
}
}
a.reversefootnote {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}

File diff suppressed because one or more lines are too long