Use decimals for ordered lists
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user