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/css/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index d4a9500..f09d0b7 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2755,6 +2755,20 @@ 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 { font-size: 14pt; -- cgit v1.2.3