From: alex Date: Sat, 11 Nov 2023 16:36:20 +0000 (+0100) Subject: Tweak CSS more X-Git-Tag: 20240214-emacs~99 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=3917753a4d6509cb32b1aa8199409cd34cf6e9e5;p=alex.git Tweak CSS more --- diff --git a/blog/blog/html.py b/blog/blog/html.py index 72f5dfe..bf21d34 100644 --- a/blog/blog/html.py +++ b/blog/blog/html.py @@ -31,11 +31,14 @@ def html_template(*content, page_title=None, full): h.LINK(rel="alternate", type="application/rss+xml", title=meta.TITLE, href=f"{meta.SCHEMA}://{meta.HOST}/feed/"), h.STYLE(textwrap.dedent(""" body { - max-width: 60em; + max-width: 50em; margin-left: auto; margin-right: auto; padding-left: 2em; padding-right: 2em; + background-color: #fffffa; + } + p { /* from Mozilla reader mode */ line-height: 1.6em; font-size: 20px;