Added number render for footnotes

This commit is contained in:
2025-11-14 11:33:32 +01:00
parent f3803b0826
commit 2133313ef5
2 changed files with 8 additions and 7 deletions
+3
View File
@@ -36,6 +36,9 @@ title = 'agres.online'
lineNumbersInTable = true
noClasses = false
style = "dracula"
[markup.goldmark]
[markup.goldmark.extensions]
footnote = true
[languages]
[languages.de]
+5 -7
View File
@@ -1,11 +1,5 @@
/* ---------- Base ---------- */
:root {
/*
--color-bg: #111;
--color-fg: #fafafa;
--color-accent: #222;
--color-secondary: #355c48;
*/
--color-bg: #13171D;
--color-fg: #C3CBCB;
--color-accent: #181E25;
@@ -13,7 +7,6 @@
--light-yellow: color(display-p3 1 1 0.7)
--link: #fff;
/*--link-hover: color(display-p3 1 1 0.7);*/
--link-hover: #E45420;
--font-base: 'Inter', sans-serif;
@@ -169,6 +162,11 @@ img {
display: block;
}
.footnotes ol {
list-style: decimal;
margin-left: 1rem;
}
/* ---------- Infobox Styling ---------- */
.infobox {