From 701ee65bcd90b1086a58caffbbc793ae3aa39a2f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 26 Apr 2025 11:23:24 +0200 Subject: fix(src/static/icons): Use the svg `fill='currentColor'` parm This makes the icons visible both in the dark and in the light mode. --- src/content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/content/_index.md') diff --git a/src/content/_index.md b/src/content/_index.md index 2916843..653077d 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -13,10 +13,10 @@ id = "bpeetz" bio = "he/him" # avatar = "img/avatar.webp" links = [ - { name = "Git", icon = "git-white", url = "https://git.foss-syndicate.org/bpeetz" }, + { name = "Git", icon = "git", url = "https://git.foss-syndicate.org/bpeetz" }, { name = "Email", icon = "email", url = "mailto:benedikt.peetz@b-peetz.de" }, - { name = "Matrix", icon = "matrix-white", url = "https://matrix.to/#/@soispha:matrix.vhack.eu" }, - { name = "Signal", icon = "signal-white", url = "https://signal.me/#eu/r03RJhrEynGMYVMhhpGuirRRMJYm_Yjgys3gfQPayVlQmb0Bv25Pt4_HT9QYpa7w" }, + { name = "Matrix", icon = "matrix", url = "https://matrix.to/#/@soispha:matrix.vhack.eu" }, + { name = "Signal", icon = "signal", url = "https://signal.me/#eu/r03RJhrEynGMYVMhhpGuirRRMJYm_Yjgys3gfQPayVlQmb0Bv25Pt4_HT9QYpa7w" }, ] # Show a few recent posts in home page -- cgit 1.4.1