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);