Skip to content

Commit b887ab7

Browse files
committed
CSS Safari 대응
1 parent 28dfbcb commit b887ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/assets/styles/markdown.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ const MarkdownStyle = styled.div`
2828
line-height: 1.6;
2929
}
3030
ol li {
31-
list-style: numeric;
31+
list-style: decimal !important;
3232
}
3333
ul li {
34-
list-style: circle;
34+
list-style: disc !important;
3535
}
3636
hr {
3737
margin: 1rem 0;

0 commit comments

Comments
 (0)