fix counter-reset in style.css (#47)

This commit is contained in:
Error 2022-10-02 12:37:29 +02:00 committed by GitHub
parent 6deb83727e
commit 2a1d4d9757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%);