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

@ -363,3 +363,11 @@ $navicon-height : 4px;
font-size: 14px; font-size: 14px;
} }
} }
a.reversefootnote {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}

File diff suppressed because one or more lines are too long