From 3bf60145375aa5b91f873a6973181219377c9e10 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 7 Apr 2024 22:10:00 -0400 Subject: [PATCH] Condense post list --- themes/custom-theme/assets/css/critical/15-colors.css | 4 ++-- themes/custom-theme/assets/css/critical/40-post.css | 2 +- themes/custom-theme/layouts/partials/post-list.html | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/themes/custom-theme/assets/css/critical/15-colors.css b/themes/custom-theme/assets/css/critical/15-colors.css index 2bd11eb3..cb114b7a 100644 --- a/themes/custom-theme/assets/css/critical/15-colors.css +++ b/themes/custom-theme/assets/css/critical/15-colors.css @@ -16,10 +16,10 @@ --bg3: #665c54; --bg4: #32344a; --fg: var(--fg1); - --fg0: #89DDFF; + --fg0: #a1a1a1; --fg1: #dddfeb; --fg2: #7da6ff; - --fg3: #9ece6a; + --fg3: #6a6c67; --fg4: #32344a; --gray1: var(--fg4); --gray2: #444b6a; diff --git a/themes/custom-theme/assets/css/critical/40-post.css b/themes/custom-theme/assets/css/critical/40-post.css index 9977bfce..768cfa4b 100644 --- a/themes/custom-theme/assets/css/critical/40-post.css +++ b/themes/custom-theme/assets/css/critical/40-post.css @@ -1,7 +1,7 @@ .post, .content-section { border-bottom: 2px dotted var(--bg1); - padding: 2rem 0; + padding: 0rem 0; } .post { diff --git a/themes/custom-theme/layouts/partials/post-list.html b/themes/custom-theme/layouts/partials/post-list.html index 969c867a..a2636607 100644 --- a/themes/custom-theme/layouts/partials/post-list.html +++ b/themes/custom-theme/layouts/partials/post-list.html @@ -1,8 +1,11 @@ {{ range $pageIndex, $page := .Pages }}
- {{ .Title | markdownify }} - {{ partial "post-meta.html" (dict "page" . "pageIndex" $pageIndex) }} +
{{ end }}