From 48c6e8495a39f394b225acb85997a33cf8db351f Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 11 Feb 2021 18:20:42 -0600 Subject: [PATCH] provide some styling of footnotes --- incorporealcms/static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 40af3a9..5593516 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -173,3 +173,12 @@ figcaption { margin: 5px; display: inline; } + +.footnote { + font-size: 0.75em; +} + +.footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active { + border-bottom: none; + font-weight: normal; +}