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; height: auto;
} }
.footnote-ref { a.footnote-ref {
a { margin-left: 0.3em;
margin-left: 0.3em;
}
a::before { &::before {
content: "["; content: "[";
} }
a::after { &::after {
content: "]"; content: "]";
} }
} }