use stars around rt instead of dashes
This commit is contained in:
parent
8c3cfcd064
commit
2af75b2f89
2 changed files with 6 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
FONTS = $(shell find fonts -type f)
|
FONTS = $(shell find fonts -type f)
|
||||||
CSS = style.css
|
CSS = style.css
|
||||||
PAGES = index.html
|
PAGES = index.html
|
||||||
IMAGES = mlem.gif icon.png
|
IMAGES = mlem.gif icon.png star_small.png
|
||||||
|
|
||||||
BUILDDIR ?= _build
|
BUILDDIR ?= _build
|
||||||
TMPDIR ?= _tmp
|
TMPDIR ?= _tmp
|
||||||
|
|
|
@ -63,7 +63,11 @@ h1 {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
#big-little rt::before, #big-little rt::after {
|
#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 {
|
hr {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue