fix(desktop): markdown lists

pull/6378/head
Adam 2025-12-29 10:47:05 -06:00
parent 5f074edc3a
commit 11ab8de59f
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 9 additions and 1 deletions

View File

@ -64,8 +64,16 @@
list-style-position: inside;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
li {
margin-bottom: 1.5rem;
margin-bottom: 0.5rem;
}
li::marker {