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 }}