From d83bb205475ef6eccc6465a5c40bb5cda21f818a Mon Sep 17 00:00:00 2001 From: Skia Date: Thu, 22 Feb 2018 22:56:15 +0100 Subject: [PATCH] core: small update on footnotes style Signed-off-by: Skia --- core/static/core/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 26a374bf..7e5262c4 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1424,6 +1424,9 @@ label { a:hover { text-decoration: underline; } + .footnotes { + font-size: 85%; + } } .markdown_editor {