💄 style: update footnote styling

This commit is contained in:
welpo
2023-02-21 23:14:27 +01:00
parent 2367c793bc
commit f4cd6e6a92
2 changed files with 22 additions and 1 deletions

View File

@@ -119,3 +119,21 @@ table td {
table tbody tr:nth-child(even) {
background-color: var(--bg-0);
}
.footnote-reference {
font-family: var(--serif-font);
font-size: 0.7rem;
}
.footnote-definition {
margin-top: 3.5rem;
border-top: 1px solid var(--border-color);
padding-top: 1rem;
sup {
font-size: 0.75rem;
margin-right: 0.15rem;
}
p {
display: inline;
}
}