diff options
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 |
commit | 17d65a66e8b860fb47684ae2d311f18ec1679ee2 (patch) | |
tree | 916b28915870b6744d9bef93f0abf005036b6ad5 /layouts/partials/author_card.html | |
parent | 113d4e53416ddf42212da6f217670bdc6f0c9dd8 (diff) | |
download | hugo-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/author_card.html')
-rw-r--r-- | layouts/partials/author_card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/author_card.html b/layouts/partials/author_card.html index 33c86b8..25e0701 100644 --- a/layouts/partials/author_card.html +++ b/layouts/partials/author_card.html @@ -4,7 +4,7 @@ </div> <div class="w-90-ns ph3-ns"> <h5 class="f3 mv1 berkshire-swash">{{ .Site.Params.Owner }}</h5> - <h6 class="f4 fw4 light-gray pa0 ma0">{{ .Site.Params.Role }}</h6> + <h6 class="f4 fw4 pa0 ma0">{{ .Site.Params.Role }}</h6> <p class="f5 lh-copy"> {{ .Site.Params.bio }} </p> |