Use decimals for ordered lists

This commit is contained in:
Andy Smith
2025-12-15 13:14:11 -06:00
parent 706fb8fade
commit 2ea6f4e070
+8 -1
View File
@@ -29,10 +29,17 @@
}
ol, ul {
list-style: disc;
padding-inline-start: 3ch;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
li:has(li) {
list-style: none;