Style footnotes.

This commit is contained in:
Tom Alexander
2023-12-21 15:44:56 -05:00
parent efbf6cfc0c
commit 775c88d67a
3 changed files with 19 additions and 2 deletions

View File

@@ -119,6 +119,23 @@ body {
}
}
.footnote_reference {
vertical-align: super;
font-size: 80%;
> a {
text-decoration: none;
}
}
.footnote_definition {
.label {
text-decoration: none;
}
.definition {
display: inline;
}
}
}
/* A stand-alone blog post (not in a blog stream). */