diff --git a/files/static/src/main.css b/files/static/src/main.css index 536bcc006e..2a88ed0389 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -178,6 +178,12 @@ ul { @apply mb-3 } + .comment-text ul, .post-body ul { + @apply list-disc + } + .comment-text ol, .post-body ol { + @apply list-decimal + } strong { @apply font-bold }