From 9ee2cf2496f366075b867143c311ae2eb2929c60 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 14 Feb 2026 10:18:09 -0500 Subject: Stylize footnotes --- static/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 0b50f03..7e66552 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -744,3 +744,22 @@ figure:not(.code-container) figcaption .figure-number { #pagination:empty { display: none; } + +.footdef { + display: flex; + align-items: flex-start; + gap: 8px; + margin-bottom: 10px +} + +.footpara { + display: inline; + margin: 0; + font-size: 9px +} + +.footnum { + font-weight: 700; + color: #666; + text-decoration: none +} -- cgit v1.3