From 83553cd0c709b6ba068526df25af8c3f9afc0f34 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 10 Aug 2020 05:10:33 +0200 Subject: [PATCH] use svgs for icons --- Makefile | 5 ++--- images/icon.png | 3 --- images/icon.svg | 1 + index.html | 2 +- style.css | 14 +++++++++----- 5 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 images/icon.png create mode 100644 images/icon.svg 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 @@