diff --git a/assets/css/main.scss b/assets/css/main.scss index 5405599..9650b68 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -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: "]"; } }