diff --git a/blog/hugo.toml b/blog/hugo.toml index 53232ca..4ae8607 100644 --- a/blog/hugo.toml +++ b/blog/hugo.toml @@ -36,6 +36,9 @@ title = 'agres.online' lineNumbersInTable = true noClasses = false style = "dracula" + [markup.goldmark] + [markup.goldmark.extensions] + footnote = true [languages] [languages.de] diff --git a/blog/static/css/style.css b/blog/static/css/style.css index 88c43a8..1142a29 100644 --- a/blog/static/css/style.css +++ b/blog/static/css/style.css @@ -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 {