master
kek7198 2021-12-20 15:51:28 -06:00
parent a9edf6e72f
commit aeef947b60
1 changed files with 2 additions and 2 deletions

View File

@ -674,11 +674,11 @@ video {
ul {
margin-bottom: 0.75rem;
}
.comment-text ul, .post-body ul {
.comment-text > ul, .post-body > ul {
list-style-type: disc;
padding-left: 1rem;
}
.comment-text ol, .post-body ol {
.comment-text > ol, .post-body > ol {
list-style-type: decimal;
padding-left: 1rem;
}