Fix footnote SCSS not being compatible with generated markup
This commit is contained in:
parent
de668f2349
commit
52659abf65
@ -339,16 +339,14 @@ nav {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.footnote-ref {
|
||||
a {
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
a.footnote-ref {
|
||||
margin-left: 0.3em;
|
||||
|
||||
a::before {
|
||||
&::before {
|
||||
content: "[";
|
||||
}
|
||||
|
||||
a::after {
|
||||
&::after {
|
||||
content: "]";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user