From 3fa3e40fe8cdacecc398b671306b78c30e87425f Mon Sep 17 00:00:00 2001 From: alreadyburnt <81592644+alreadyburnt@users.noreply.github.com> Date: Thu, 8 Apr 2021 07:53:56 +0200 Subject: [PATCH] custom.css: style ordered lists --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 278cb91b..7304d025 100644 --- a/css/custom.css +++ b/css/custom.css @@ -965,7 +965,7 @@ body { background-color: #edeef0; } -body p, body blockquote, body ul { +body p, body blockquote, body ol, body ul { line-height: 1.7; font-size: 1.0625rem; }