From 4b6a44635f3dedc2658cc7cbdd06e997a313be3a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 19 Dec 2021 15:07:35 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 }