Skip to content

Commit ee323e7

Browse files
committed
fix(client): numbered list style, close #68
1 parent 4e66092 commit ee323e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/client/styles/layouts-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
list-style: square;
4242
}
4343

44+
ol {
45+
list-style: decimal;
46+
}
47+
4448
li {
4549
@apply ml-1.1em pl-0.2em leading-1.8em;
4650
}

0 commit comments

Comments
 (0)