From 36278822869ca4ef5e6295d06e677f2768ee5274 Mon Sep 17 00:00:00 2001 From: Tuure Date: Wed, 10 Jan 2024 20:19:55 +0200 Subject: [PATCH] feat(#57): footnote style --- static/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/style.css b/static/style.css index d9be442e..58428987 100644 --- a/static/style.css +++ b/static/style.css @@ -123,6 +123,18 @@ hr { border: 0; } +/* -------------------------------------------------------------------------- + * FOOTNOTE ----------------------------------------------------------------- */ +.footnotes-sep { + display: none; +} +section.footnotes { + font-size: 12px; + margin-top: 20px; + border-top: 0.2px solid #444; + color: #7d7d7d; +} + /* -------------------------------------------------------------------------- * LIGHT MODE --------------------------------------------------------------- */ @media (prefers-color-scheme: light) { @@ -167,4 +179,9 @@ hr { hr { background-color: #d0d7de; } + + section.footnotes { + border-top: 0.2px solid #d8dee4; + color: #656d76; + } }