diff --git a/scripts/build.py b/scripts/build.py index b64749a..5f6253e 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -89,6 +89,22 @@ HTML_TEMPLATE = """ .page-content li {{ margin-bottom: 0.5rem; }} + + .page-content blockquote {{ + margin: 1.5rem 0; + padding: 1rem 1.5rem; + border-left: 4px solid #E6507D; + background-color: rgba(230, 80, 125, 0.05); + font-style: italic; + }} + + .page-content blockquote p {{ + margin-bottom: 0.5rem; + }} + + .page-content blockquote p:last-child {{ + margin-bottom: 0; + }}