diff options
| -rw-r--r-- | assets/scss/web/_blog.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index c671231..62ce86a 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -81,4 +81,28 @@ } } } + + a.footnote-ref::before { + content: '['; + } + + a.footnote-ref::after { + content: ']'; + } +} + +.footnotes { + hr { + display: none; + } + &:before { + content: "Footnotes"; + } + li { + font-size: 80%; + } + p { + margin-top: 0rem; + margin-bottom: 0.25rem; + } } |
