Merge pull request #31 from mbugert/fix-footnote-scss

Fix footnote SCSS not being compatible with generated markup
This commit is contained in:
kimcc 2021-07-08 15:04:55 -05:00 committed by GitHub
commit fa66d43da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: "]";
} }
} }