From: alex Date: Wed, 13 Dec 2023 22:53:14 +0000 (+0100) Subject: Apply p style to blockquote and li X-Git-Tag: 20240214-emacs~67 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=925cc87d60418962fb9b0fc2262b1630d395f41a;p=alex.git Apply p style to blockquote and li --- diff --git a/blog/blog/html.py b/blog/blog/html.py index bf21d34..854b08e 100644 --- a/blog/blog/html.py +++ b/blog/blog/html.py @@ -38,7 +38,7 @@ def html_template(*content, page_title=None, full): padding-right: 2em; background-color: #fffffa; } - p { + p, blockquote, li { /* from Mozilla reader mode */ line-height: 1.6em; font-size: 20px;