From e8775e139d3e753a06839b29c44375e31ccc6775 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 9 May 2022 18:28:04 -0700 Subject: [PATCH] list --- static/css/toledot.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +}