diff options
author | Cara Salter <cara@devcara.com> | 2022-02-02 02:23:50 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-02-02 02:23:50 -0500 |
commit | 8b2d12e799d01059843a8eeb1eb8ff3899d2d274 (patch) | |
tree | f0fe36dd5e225e42253997e0faa233317ea0117d /statics | |
parent | 22ee6a2efacb608647edc6f834b6949c0c73d199 (diff) | |
download | site-8b2d12e799d01059843a8eeb1eb8ff3899d2d274.tar.gz site-8b2d12e799d01059843a8eeb1eb8ff3899d2d274.zip |
internal: Make footnotes work
Apparently, the footnotes and superscript extensions conflicted with
each other.
Diffstat (limited to 'statics')
-rw-r--r-- | statics/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/statics/custom.css b/statics/custom.css index 15045f4..d13f117 100644 --- a/statics/custom.css +++ b/statics/custom.css @@ -52,3 +52,8 @@ a { .post-item { padding: 0.5rem; } + +/* Footnotes */ +.footnotes { + border-top: 1px solid; +} |