From 12ede5119783065eaf28bffff70d3e66f99b6a9f Mon Sep 17 00:00:00 2001 From: Jon Sterling Date: Sun, 21 Jan 2024 13:47:10 +0000 Subject: [PATCH] style tweaks --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.css b/style.css index 77380cd..58cd25f 100644 --- a/style.css +++ b/style.css @@ -594,3 +594,19 @@ hr { width: 100%; height: 2px; } + +ul, ol { + padding-bottom: .5em; +} + +ol { + list-style-type: decimal; +} + +ol > li > ol { + list-style-type: lower-alpha; +} + +.hg-article-body ol > li > ol > li > ol { + list-style-type: lower-roman; +} \ No newline at end of file -- 2.51.2