From beb43e8bb85e0358ceec3163495baea4b25181122719eb794a882a37a36e7ec9 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 7 Aug 2022 00:00:00 +0000 Subject: Remove leading zero from
    for Gemini convergence --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index c078c48..425537b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -82,7 +82,7 @@ blockquote p { } ol { - list-style: decimal-leading-zero inside none; + list-style: decimal inside none; } ul { -- cgit v1.2.3