Revert "feat: start lists with zero"

This reverts commit d07453a02f.
This commit is contained in:
Gigi
2022-05-03 22:50:02 +02:00
parent e72c9a8515
commit 4c73f604f0

View File

@@ -71,17 +71,6 @@ p>code {
margin-bottom: 2rem;
}
.content ol {
counter-reset: num -1;
}
.content ol li {
list-style-type: none;
}
.content ol li:before {
counter-increment: num;
content: counter(num) ". ";
}
.content li {
margin-bottom: 0.5rem;
}