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/static/icon/git.svg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/static/icon/git.svg (limited to 'src/static/icon/git.svg') diff --git a/src/static/icon/git.svg b/src/static/icon/git.svg new file mode 100644 index 0000000..b35fb62 --- /dev/null +++ b/src/static/icon/git.svg @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit 1.4.1