diff --git a/static/css/toledot.css b/static/css/toledot.css index cfb1755..18aa68d 100644 --- a/static/css/toledot.css +++ b/static/css/toledot.css @@ -11,3 +11,7 @@ h1, h2 { blockquote { overflow-wrap: break-word; } + +blockquote ul { + list-style-type: disc; +}