💄 style: match footnote backlinks size on Zola v0.19

This commit is contained in:
welpo
2024-07-01 15:08:59 +02:00
parent 6ca5a56055
commit 0f18ac264d

View File

@@ -129,6 +129,10 @@ hr {
font-size: 0.8rem;
}
.footnotes-list a[href^="#fr-"] {
font-size: 0.8rem;
}
.references p {
margin-left: 2.4rem;
text-indent: -2.4rem;