aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-12-13 23:53:14 +0100
committeralex <alex@pdp7.net>2023-12-13 23:53:14 +0100
commit925cc87d60418962fb9b0fc2262b1630d395f41a (patch)
tree6b8cc938c3ae7be1001a036639af0900dec1af0e
parentbb07c9e05bcd17f9de034329e777459318af8aac (diff)
Apply p style to blockquote and li
-rw-r--r--blog/blog/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/blog/html.py b/blog/blog/html.py
index bf21d349..854b08e7 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;