From 2a1d4d97574671858e952731f54d2bbd8ac4603d Mon Sep 17 00:00:00 2001 From: Error <109148863+Error-undef@users.noreply.github.com> Date: Sun, 2 Oct 2022 12:37:29 +0200 Subject: [PATCH] fix counter-reset in style.css (#47) --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index ce0c2db..832eba6 100644 --- a/style.css +++ b/style.css @@ -141,9 +141,7 @@ body { margin: 0 auto; padding: 2rem 1.25rem; - counter-reset: theorem; - counter-reset: definition; - counter-reset: sidenote-counter; + counter-reset: theorem definition sidenote-counter; color: hsl(0, 5%, 10%); background-color: hsl(210, 20%, 98%);