Skip to content

Commit ce8bd7b

Browse files
style: update nested ol
Signed-off-by: Craig <[email protected]>
1 parent 9bfe7ad commit ce8bd7b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

assets/css/lists.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.prose ol {
2+
list-style-type: decimal;
3+
}
4+
5+
.prose ol ol {
6+
list-style-type: lower-alpha;
7+
}
8+
9+
.prose ol ol ol {
10+
list-style-type: lower-roman;
11+
}
12+

assets/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
@import "/assets/css/syntax-light";
1414
@import "/assets/css/syntax-dark";
1515
@import "/assets/css/icons";
16+
@import "/assets/css/lists";

0 commit comments

Comments
 (0)