From 8b2d12e799d01059843a8eeb1eb8ff3899d2d274 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 2 Feb 2022 02:23:50 -0500 Subject: internal: Make footnotes work Apparently, the footnotes and superscript extensions conflicted with each other. --- statics/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'statics') 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; +} -- cgit v1.2.3