1
0
Fork 0

use stars around rt instead of dashes

This commit is contained in:
Rhiannon Morris 2020-07-02 20:14:38 +02:00
parent 8c3cfcd064
commit 2af75b2f89
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 {