Remove underline on footnote arrow
This commit is contained in:
parent
28d6c28050
commit
83c74a1c40
2 changed files with 9 additions and 1 deletions
|
@ -362,4 +362,12 @@ $navicon-height : 4px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
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
Loading…
Reference in a new issue