From b3ad6d7114ac3abd33be39cb7bd73c1f45e08b21 Mon Sep 17 00:00:00 2001 From: mi Date: Thu, 20 Nov 2025 21:21:54 +1000 Subject: [PATCH] :lipstick: bolder for some font styles --- scripts/build.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/build.py b/scripts/build.py index 5f6253e..6093aae 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -68,10 +68,23 @@ HTML_TEMPLATE = """ color: #191919; }} + .page-content h3 {{ + font-family: 'Permanent Marker', cursive; + font-size: 1.4rem; + margin-top: 1.5rem; + margin-bottom: 0.75rem; + color: #191919; + font-weight: 700; + }} + .page-content p {{ margin-bottom: 1rem; }} + .page-content strong {{ + font-weight: 700; + }} + .page-content a {{ color: #E6507D; text-decoration: underline;