From dd2c32761313e8a2ca5dfc65f151ad9ac17fd7b2 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Fri, 20 Sep 2024 23:59:01 -0500 Subject: [PATCH] Fix footnote hr selector --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index 7d810ea..f06eaed 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -498,7 +498,7 @@ code { content: " "; } } -.footnote-ref hr.footnotes-sep { +hr.footnotes-sep { border: var(--border-hr); }