put cake emojis around "im gecs"

This commit is contained in:
Rhiannon Morris 2020-07-03 17:27:45 +02:00
parent 802b3626f4
commit f64216df4a
3 changed files with 5 additions and 2 deletions

View file

@ -116,12 +116,14 @@ a {
text-decoration: none;
}
.cake::before, .cake::after,
header rt::before, header rt::after,
section h2::before, section h2::after {
mix-blend-mode: overlay;
padding: 0 0.25em;
vertical-align: middle;
}
.cake::before, .cake::after { content: url(shortcake_large.png); }
header rt::before, header rt::after { content: url(star_small.png); }
section h2::before, section h2::after { content: url(sparkles_large.png); }