diff options
Diffstat (limited to 'static/sass')
-rw-r--r-- | static/sass/main.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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 { |