diff --git a/Makefile b/Makefile index c297262..03ca33e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ CSS = style.css PAGES = index.html IMAGES = \ mlem.gif icon.png niss_uwu_bg.png \ - star_small.png sparkles_large.png niss_wave_large.png + star_small.png sparkles_large.png niss_wave_large.png \ + shortcake_large.png BUILDDIR ?= _build TMPDIR ?= _tmp diff --git a/index.html b/index.html index e5f3b68..7e6b16a 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
-

so basically? im gecs

+

so basically? im gecs

“mlem”

“mlem also”

diff --git a/style.css b/style.css index 7c192f4..44d59e4 100644 --- a/style.css +++ b/style.css @@ -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); }