diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-14 10:18:09 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-14 10:18:09 -0500 |
| commit | 9ee2cf2496f366075b867143c311ae2eb2929c60 (patch) | |
| tree | 82f891cf331360b97021e835e4665b70b245026d /static/css/style.css | |
| parent | 5514bc9b5023f4a8e921b3ef70836c1c843248c4 (diff) | |
Stylize footnotes
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} |