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 @@
- - - - + Bluesky + X + Substack + Email + LinkedIn
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; }