From a7fc6c974cb962562803efe08e3ece13e3887f62 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 4 Jul 2026 20:32:22 -0500 Subject: [PATCH] build: regenerate dist with blog post-list styles --- static/dist/theme.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/dist/theme.css b/static/dist/theme.css index 06f3d0e..6b0473e 100644 --- a/static/dist/theme.css +++ b/static/dist/theme.css @@ -847,6 +847,9 @@ .py-4 { padding-block: calc(var(--spacing) * 4); } + .py-6 { + padding-block: calc(var(--spacing) * 6); + } .py-8 { padding-block: calc(var(--spacing) * 8); } @@ -4564,6 +4567,15 @@ input[type="text"], input[type="email"], input[type="tel"], input[type="url"], i } } } +.post-list__h1 { + color: var(--color-cwc-blue-01); + font-family: var(--font-quincy, 'Quincy', serif); + font-size: var(--h1); + font-weight: 700; + line-height: 1.2; + margin: 0 0 2rem; + text-align: left; +} .sidebar { .widget { margin-bottom: calc(var(--spacing) * 8);