From 5e46c9a334e3de249543a775f2abfa3322fa0624 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 9 Jan 2024 19:53:08 -0800 Subject: [PATCH] fix: footnote lineheight --- src/assets/styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 4f4cef8e..0785ed28 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -39,6 +39,10 @@ blockquote { stroke-width: var(--stroke-width-bold) !important; } +sup.footnote-ref { + line-height: var(--line-height-xs); +} + /* links */ a { color: var(--accent-color);