💄 bolder for some font styles
Some checks failed
Deploy to VM / deploy (push) Has been cancelled

This commit is contained in:
mi
2025-11-20 21:21:54 +10:00
parent 7c819bc923
commit b3ad6d7114

View File

@@ -68,10 +68,23 @@ HTML_TEMPLATE = """<!DOCTYPE html>
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;