update @ Tue 1 Nov 03:54:49 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-11-01 03:54:49 +02:00
parent e09a2457f0
commit 2c0bd1f3be
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -271,7 +271,7 @@ class AddHeaderLinks(Treeprocessor):
"div", "div",
{ {
"data-pl": "", "data-pl": "",
"style": f"font-size:{heading_sizes_em[elem.tag] + 0.1}em", "style": f"font-size:{(heading_sizes_em[elem.tag] + 0.1):.2f}em",
}, },
) )