Fix footnote and reversefootnote links from being treated as external links

This commit is contained in:
Maggie Delano
2021-03-14 00:05:17 -05:00
parent 6ab7bae8a1
commit 8e6ef533c6
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,9 @@ a {
content: "";
color: #aaaaaa;
}
&.internal-link:after {
&.internal-link:after,
&.footnote:after,
&.reversefootnote:after {
content: "";
}
}