diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 8b7d25c207..98ee7bc1b2 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -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; }