diff --git a/web/static/overrides.css b/web/static/overrides.css index 32ad21c..9571603 100644 --- a/web/static/overrides.css +++ b/web/static/overrides.css @@ -46,7 +46,12 @@ html { border-left: 2px solid #ddd; } +.mail-thread ol, +.mail-thread ul { + margin-left: 2em; +} + /* Hackaday figures have unreadable black on dark grey */ .news-post figcaption.wp-caption-text { background-color: initial !important; -} +} \ No newline at end of file