From cb0c8864f7d83127d3dd6175ab72dbf70244cdda Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 4 Jul 2026 20:29:54 -0500 Subject: [PATCH] feat(blog): style the post-list page title --- styles/components/post-list.css | 42 +++++++-------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/styles/components/post-list.css b/styles/components/post-list.css index e32e448..73d4d01 100644 --- a/styles/components/post-list.css +++ b/styles/components/post-list.css @@ -1,37 +1,11 @@ /* Blog/post index listing styles */ -.post-list { - /* Original styles, if needed - * .post-list__posts { - * } - * .post-list__h1 { - * } - * .post-list__post { - * &:hover { - * img { - * } - * } - * .post-list__title { - * } - * .post-list__details { - * } - * .post-list__byline { - * } - * .post-list__author { - * } - * .post-list__sep { - * } - * .post-list__date { - * } - * } - */ +.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; } - -/* Original styles, if needed -* .no-posts { -* .no-posts__title { -* } -* .no-posts__desc { -* } -* } -*/