mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Added number render for footnotes
This commit is contained in:
@@ -36,6 +36,9 @@ title = 'agres.online'
|
|||||||
lineNumbersInTable = true
|
lineNumbersInTable = true
|
||||||
noClasses = false
|
noClasses = false
|
||||||
style = "dracula"
|
style = "dracula"
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.extensions]
|
||||||
|
footnote = true
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.de]
|
[languages.de]
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
/* ---------- Base ---------- */
|
/* ---------- Base ---------- */
|
||||||
:root {
|
:root {
|
||||||
/*
|
|
||||||
--color-bg: #111;
|
|
||||||
--color-fg: #fafafa;
|
|
||||||
--color-accent: #222;
|
|
||||||
--color-secondary: #355c48;
|
|
||||||
*/
|
|
||||||
--color-bg: #13171D;
|
--color-bg: #13171D;
|
||||||
--color-fg: #C3CBCB;
|
--color-fg: #C3CBCB;
|
||||||
--color-accent: #181E25;
|
--color-accent: #181E25;
|
||||||
@@ -13,7 +7,6 @@
|
|||||||
--light-yellow: color(display-p3 1 1 0.7)
|
--light-yellow: color(display-p3 1 1 0.7)
|
||||||
|
|
||||||
--link: #fff;
|
--link: #fff;
|
||||||
/*--link-hover: color(display-p3 1 1 0.7);*/
|
|
||||||
--link-hover: #E45420;
|
--link-hover: #E45420;
|
||||||
|
|
||||||
--font-base: 'Inter', sans-serif;
|
--font-base: 'Inter', sans-serif;
|
||||||
@@ -169,6 +162,11 @@ img {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnotes ol {
|
||||||
|
list-style: decimal;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* ---------- Infobox Styling ---------- */
|
/* ---------- Infobox Styling ---------- */
|
||||||
|
|
||||||
.infobox {
|
.infobox {
|
||||||
|
|||||||
Reference in New Issue
Block a user