Add CSS for separating footnotes from section text in EPUB more clearly

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:55:59 +01:00
parent e66a5760b5
commit 9774054abe
No known key found for this signature in database
GPG key ID: 90D4B9641E092971

View file

@ -50,4 +50,13 @@ Text in glossary links
span.std-term {
color: black;
border-bottom: 1px dotted black;
}
/*
Footnote list
*/
aside.footnote-list {
border-top: 1px solid black;
margin-top: 2em;
padding-top: 2em;
}