Fix footnote SCSS not being compatible with generated markup

This commit is contained in:
Michael Bugert 2021-01-10 19:39:29 +01:00
parent de668f2349
commit 52659abf65

View File

@ -339,16 +339,14 @@ nav {
height: auto;
}
.footnote-ref {
a {
a.footnote-ref {
margin-left: 0.3em;
}
a::before {
&::before {
content: "[";
}
a::after {
&::after {
content: "]";
}
}