From 87acceea57a76ee40c186fe36131231a34e52fce Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Wed, 1 May 2024 07:30:17 +0100 Subject: [PATCH] Fix footnote styles --- src/css/exceptions/article.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/exceptions/article.css b/src/css/exceptions/article.css index 51fe2ff..97b2563 100644 --- a/src/css/exceptions/article.css +++ b/src/css/exceptions/article.css @@ -23,6 +23,10 @@ article { padding: 0 var(--space-size-m); } + ol { + list-style: decimal; + } + .p-summary { display: none; }