aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.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/index.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/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index b256f80..f84fa28 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,7 +13,7 @@
<div class="tc pa3">
<i class="fas fa-angle-right"></i>
- <a href="{{ .Type }}" class="f3 link near-white">See all</a>
+ <a href="{{ .Type }}" class="f3 link near-black">See all</a>
</div>
</div>
{{ end }}