diff --git a/themes/default/assets/css/typography.css b/themes/default/assets/css/typography.css index 28641a7c..2aa9457e 100644 --- a/themes/default/assets/css/typography.css +++ b/themes/default/assets/css/typography.css @@ -343,6 +343,11 @@ article aside { vertical-align: middle; } + pre { + overflow: scroll; + padding: 1em 0; + } + ul, ol { margin-block: 1em;