summary refs log tree commit diff stats
path: root/src/content
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-26 11:23:24 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-26 11:23:24 +0200
commit701ee65bcd90b1086a58caffbbc793ae3aa39a2f (patch)
tree9cd6d07b3cbfd33569ba76ad7cc63168ac62b1e8 /src/content
parentfix(src/config.toml): Avoid forcing a dark theme (diff)
downloadb-peetz.de-701ee65bcd90b1086a58caffbbc793ae3aa39a2f.zip
fix(src/static/icons): Use the svg `fill='currentColor'` parm
This makes the icons visible both in the dark and in the light mode.
Diffstat (limited to '')
-rw-r--r--src/content/_index.md6
1 files changed, 3 insertions, 3 deletions
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