diff --git a/web-app/src/styles/markdown.css b/web-app/src/styles/markdown.css index a3f0c2a9c..ad58dd87e 100644 --- a/web-app/src/styles/markdown.css +++ b/web-app/src/styles/markdown.css @@ -77,6 +77,10 @@ list-style-type: disc; } + ul > li { + list-style-type: circle; + } + ol { list-style-type: decimal; }