Update AppMarkdown.module.css

This commit is contained in:
Nate Kelley 2025-04-18 15:34:03 -06:00
parent dd7f55404c
commit 2eda72e60e
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@
padding-inline-start: 2.5em;
}
.container ul li::marker {
color: var(--color-text-secondary);
}
.container ol {
list-style-type: decimal;
}