diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-04-27 12:25:09 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-04-27 12:25:09 -0300 |
commit | 2419e25e73f60be3c18893df06ad61ed928bf277 (patch) | |
tree | 4ac48c5c3279475af58abe07b3a73bec2155e577 /layouts/partials/social_card.html | |
parent | 603876b88d754a10cdbcf11b18c4fcc4dc0aaa91 (diff) | |
download | hugo-bearcub-2419e25e73f60be3c18893df06ad61ed928bf277.tar.gz hugo-bearcub-2419e25e73f60be3c18893df06ad61ed928bf277.tar.bz2 |
Update social cards
Diffstat (limited to 'layouts/partials/social_card.html')
-rw-r--r-- | layouts/partials/social_card.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/social_card.html b/layouts/partials/social_card.html index 8bf397f..97f08c3 100644 --- a/layouts/partials/social_card.html +++ b/layouts/partials/social_card.html @@ -5,7 +5,7 @@ {{ $fg = $fg.Filter (images.Text .Title (dict "font" $font - "color" "#f8f8f2" + "color" "#fafafa" "size" 130 "linespacing" 20 "x" 0 @@ -18,7 +18,7 @@ {{ $fg = $fg.Filter (images.Text $byline (dict "font" $font - "color" "#c9d1d9" + "color" "#898a8d" "size" 60 "linespacing" 30 "x" 0 |