From aca60114858d1566db9fd773cbabb3377008c10d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 21 Feb 2024 21:41:16 +0100 Subject: add styling for footnotes --- static/sass/main.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/sass') diff --git a/static/sass/main.scss b/static/sass/main.scss index 6981424..6a39297 100644 --- a/static/sass/main.scss +++ b/static/sass/main.scss @@ -220,6 +220,18 @@ blockquote { hyphens: auto; } +/* Footnotes and their references */ +.footnote-reference { + vertical-align: super; + font-size: 70%; +} +.footnote-reference, .fn-backref { + font-style: normal; +} +.footnote { + font-size: 80%; +} + /* Side menu styling */ #sideBanner { #mainLogo img { -- cgit v1.2.3