aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/post.html
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-02-13 18:07:52 +0100
committerÓscar Nájera <hi@oscarnajera.com>2022-02-13 18:07:52 +0100
commit17d65a66e8b860fb47684ae2d311f18ec1679ee2 (patch)
tree916b28915870b6744d9bef93f0abf005036b6ad5 /layouts/partials/post.html
parent113d4e53416ddf42212da6f217670bdc6f0c9dd8 (diff)
downloadhugo-minimalist-theme-17d65a66e8b860fb47684ae2d311f18ec1679ee2.tar.gz
hugo-minimalist-theme-17d65a66e8b860fb47684ae2d311f18ec1679ee2.tar.bz2
hugo-minimalist-theme-17d65a66e8b860fb47684ae2d311f18ec1679ee2.zip
Lighter white theme
There was too much green and it felt a bit annoying
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r--layouts/partials/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 8eaadee..56ca457 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -1,6 +1,6 @@
<article class="mw7 center pv4 ph3">
<a class="db no-underline grow" href= "{{ .RelPermalink }}">
- <h3 class="f3 baskerville mt0 lh-title near-white">{{.Title }}</h3>
+ <h3 class="f3 baskerville mt0 lh-title near-black">{{.Title }}</h3>
<div class="cf">
{{ if isset .Params "image" }}
{{ $image := resources.Get .Params.image }}
@@ -9,7 +9,7 @@
<img src="{{ $image.RelPermalink }}" class="db center">
</div>
{{ end }}
- <div class="f5 lh-copy near-white">
+ <div class="f5 lh-copy near-black">
{{ .Summary }}
</div>
</div>