better footnote area
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-04-15 17:13:53 +02:00
parent 9c8b036c79
commit c42beef801
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -204,6 +204,12 @@ table.hljs-ln {
text-decoration: underline dotted;
}
/* Footnotes block separation from article */
section.footnotes {
margin: 3px;
border-top: 2px dotted var(--separator-color);
}
/* Mermaid diagrams */
pre:has(code.language-mermaid) {
text-align: center;