From d797adc6d96567fa06b3801b11f2890216d3e989 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Mon, 29 Jun 2026 13:56:09 -0600 Subject: [PATCH] fix: update included icons --- themes/hugo-kiera-master/layouts/partials/footer.html | 9 +++++---- themes/hugo-kiera-master/static/css/agathe.css | 6 +++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/themes/hugo-kiera-master/layouts/partials/footer.html b/themes/hugo-kiera-master/layouts/partials/footer.html index 69a5295..ab6367c 100644 --- a/themes/hugo-kiera-master/layouts/partials/footer.html +++ b/themes/hugo-kiera-master/layouts/partials/footer.html @@ -6,10 +6,11 @@
Privacy Policy diff --git a/themes/hugo-kiera-master/static/css/agathe.css b/themes/hugo-kiera-master/static/css/agathe.css index a73901a..2c12ad4 100644 --- a/themes/hugo-kiera-master/static/css/agathe.css +++ b/themes/hugo-kiera-master/static/css/agathe.css @@ -338,10 +338,14 @@ footer .column-2 { text-align: right; justify-content: end; } -footer .social img { +footer .social img, +footer .social svg { width: 30px; margin-bottom: 1ch; } +footer .social svg { + fill: currentColor; +} footer .terms a { padding-left: 2ch; }