fix(desktop): markdown lists

This commit is contained in:
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

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 {