set bullet list style to be circle (#6437)

This commit is contained in:
Trang Le 2025-09-15 17:13:07 +07:00 committed by GitHub
parent d73a932773
commit 1aa39392ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,10 @@
list-style-type: disc;
}
ul > li {
list-style-type: circle;
}
ol {
list-style-type: decimal;
}