use svgs for icons

This commit is contained in:
Rhiannon Morris 2020-08-10 05:10:33 +02:00
parent c3747d7339
commit 83553cd0c7
5 changed files with 13 additions and 12 deletions

View file

@ -2,10 +2,9 @@ FONTS = $(shell find fonts -type f)
CSS = style.css
PAGES = index.html
IMAGES = $(patsubst %,images/%, \
mlem.gif mlem_static.png icon.png \
mlem.gif mlem_static.png icon.svg \
niss_uwu_bg_dim.png niss_uwu_bg.png \
info_small.png star_small.png sparkles_large.png niss_wave_large.png \
shortcake_large.png \
info.svg star.svg sparkles.svg niss_wave.svg shortcake.svg \
)
BUILDDIR ?= _build