aboutsummaryrefslogtreecommitdiff
path: root/static/sass
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-02-21 21:41:16 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-02-21 21:41:16 +0100
commitaca60114858d1566db9fd773cbabb3377008c10d (patch)
treeaa9abbc8b61a5ec6c2ab6e195284a9a60eb43381 /static/sass
parent3fe665a2d6c453b0a25f4afd98f550a514b23705 (diff)
downloadmoeka-master.tar.gz
moeka-master.tar.bz2
moeka-master.zip
add styling for footnotesHEADmaster
Diffstat (limited to 'static/sass')
-rw-r--r--static/sass/main.scss12
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 {