From 6a3afaba3883216e8135a9d15d4da047b37c2b9c Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Sat, 27 Apr 2024 04:18:55 -0600 Subject: [PATCH] Indent all children of aside.footnote (#788) Previously, only p elements were indented, leaving things like code blocks and block quotes unindented. --- src/furo/assets/styles/content/_footnotes.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/furo/assets/styles/content/_footnotes.sass b/src/furo/assets/styles/content/_footnotes.sass index 028e04998..d4b415308 100644 --- a/src/furo/assets/styles/content/_footnotes.sass +++ b/src/furo/assets/styles/content/_footnotes.sass @@ -40,6 +40,6 @@ div.citation > span font-weight: 500 padding-right: 0.25rem -aside.footnote > p, +aside.footnote > *:not(span), div.citation > p margin-left: 2rem