Skip to content

Commit

Permalink
Merge pull request #31 from mbugert/fix-footnote-scss
Browse files Browse the repository at this point in the history
Fix footnote SCSS not being compatible with generated markup
  • Loading branch information
kimcc committed Jul 8, 2021
2 parents 994611d + 52659ab commit fa66d43
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions assets/css/main.scss
Expand Up @@ -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: "]";
}
}
Expand Down

0 comments on commit fa66d43

Please sign in to comment.