Add CSS to separate footnotes more clearly from sections in HTML output

Fixes https://codeberg.org/openpgp/notes/issues/164

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2023-12-03 20:57:31 +01:00
parent 9774054abe
commit cd1ac71ba5
No known key found for this signature in database
GPG key ID: 90D4B9641E092971

View file

@ -46,3 +46,12 @@ span.std-term {
color: rgb(62, 67, 73);
border-bottom: 1px dotted rgb(62, 67, 73);
}
/*
Footnote list
*/
aside.footnote-list {
border-top: 1px solid black;
margin-top: 2em;
padding-top: 2em;
}