From fde2230797ced366290c17dcbffd74615f2f6c5d Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 30 May 2020 13:45:33 +0200 Subject: css: Add styling for footnotes The upcoming post is the first one to include footnotes. This commit adds a bit of styling for them. The footnotes block at the end of the post is a bit too prominent compared to the rest of the post. Use a smaller font size to make it stand out less. Footnote references in the text are anchors and therefore underlined by default. Remove any text decoration from them and make them easier on the eyes. --- scss/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scss/style.scss b/scss/style.scss index 90bd606..0e40008 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -139,4 +139,13 @@ article { } ul { list-style: square; } + + .footnotes { + font-size: smaller; + } + + sup > a { + text-decoration: none; + font-weight: bold; + } } -- cgit v1.2.3-2-gb3c3