From 0559c543eb4372fb3e33f7a93d1728eca7df8dcc Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 1 Oct 2024 21:54:04 +0200 Subject: Add footnotes styling --- assets/scss/web/_blog.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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; + } } -- cgit v1.2.3