diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-15 21:00:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-16 00:07:10 +0100 |
| commit | bf124d1ee666a1cef597f6e6291c931d276b831f (patch) | |
| tree | 3d680a8fa4c1e3f384408423d21f2232e6d68127 /graphics/update | |
| parent | f3c87bd59115b8d03837f98ee920cf0150a35c37 (diff) | |
Add dark-mode link icon.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index c63fa8835..46964470b 100755 --- a/graphics/update +++ b/graphics/update @@ -109,7 +109,9 @@ else done # Link icon - $INKSCAPE_EXPORT --export-filename=link.png src/link.svg -w 9 -h 16 + for c in black white; do + $INKSCAPE_EXPORT --export-filename=link_$c.png src/link_$c.svg -w 9 -h 16 + done # favicon mkdir -p web |
