From 3b5c4f0a992e0cd0fc5096b88646e5957da59e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 27 Jul 2021 09:28:24 -0500 Subject: [PATCH] More specific for references, only immediate child. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 743a455..2218d33 100644 --- a/style.css +++ b/style.css @@ -77,7 +77,7 @@ ol.refs li { counter-increment: step_counter; } -ol.refs li:before { +ol.refs > li:before { content: "[" counter(step_counter) "] "; }