use svgs for icons
This commit is contained in:
parent
c3747d7339
commit
83553cd0c7
5 changed files with 13 additions and 12 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue