mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 10:02:00 +00:00
Added number render for footnotes
This commit is contained in:
@@ -36,6 +36,9 @@ title = 'agres.online'
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
style = "dracula"
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
footnote = true
|
||||
|
||||
[languages]
|
||||
[languages.de]
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user