diff --git a/sass/main.scss b/sass/main.scss index d265a3c..413b621 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -465,3 +465,25 @@ ul.language-select > li { display: none; } } + +.footnote-definition-label::before { + content: "["; +} + +.footnote-definition-label::after { + content: "] :"; +} + +.footnote-definition-label { + // zola renders the footnotes as , + // so it looks weird on the website + // This snippet makes this particular look like normal text + top: 4px; + position: relative; + font-size: 18px; +} + +.footnote-definition-label, +.footnote-definition > p { + display: inline; +}