diff --git a/Makefile b/Makefile index 62fc244..0f2d174 100644 --- a/Makefile +++ b/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 diff --git a/images/icon.png b/images/icon.png deleted file mode 100644 index bdbf8d7..0000000 --- a/images/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d59e043fc18813014f3a665c86ef4ff147454698fa71d309d049fe47f70b479 -size 5162 diff --git a/images/icon.svg b/images/icon.svg new file mode 100644 index 0000000..647f59e --- /dev/null +++ b/images/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 10ea98f..1327786 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@