diff --git a/Makefile b/Makefile index b7af99e..d077ff9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ FONTS = $(shell find fonts -type f) CSS = style.css PAGES = index.html -IMAGES = mlem.gif icon.png +IMAGES = mlem.gif icon.png star_small.png BUILDDIR ?= _build TMPDIR ?= _tmp diff --git a/style.css b/style.css index 6863935..0f6806d 100644 --- a/style.css +++ b/style.css @@ -63,7 +63,11 @@ h1 { font-style: italic; } #big-little rt::before, #big-little rt::after { - content: '—'; + content: url(star_small.png); + mix-blend-mode: overlay; + height: 1em; + padding: 0 0.25em; + vertical-align: text-bottom; } hr {