From c7c6514baad2161bab1454a8fc204365a8341aa7 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 03:39:28 +0100 Subject: [PATCH] list styling v2 --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 706b75c..55a9a74 100644 --- a/css/index.css +++ b/css/index.css @@ -45,7 +45,7 @@ a[href]:visited { color: #809fff; } -li::before { +ol::before { content: counter(li); color: #d5cece; display: inline-block; width: 1em; margin-left: -1em