From 925cc87d60418962fb9b0fc2262b1630d395f41a Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Dec 2023 23:53:14 +0100 Subject: [PATCH] Apply p style to blockquote and li --- blog/blog/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3