custom.css: style ordered lists

This commit is contained in:
alreadyburnt 2021-04-08 07:53:56 +02:00 committed by GitHub
parent 0298ecac6b
commit 3fa3e40fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -965,7 +965,7 @@ body {
background-color: #edeef0; background-color: #edeef0;
} }
body p, body blockquote, body ul { body p, body blockquote, body ol, body ul {
line-height: 1.7; line-height: 1.7;
font-size: 1.0625rem; font-size: 1.0625rem;
} }