From 2af75b2f892443869346824017946a25480a00d7 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Thu, 2 Jul 2020 20:14:38 +0200 Subject: [PATCH] use stars around rt instead of dashes --- Makefile | 2 +- style.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 {