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;