shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

commit b1024e8d7ea06ee8d93d79096109e04c6a124b36
parent 26fdae4c50aa3c193508d949a893e6f28c9e7d68
Author: knutsen <samuel@knutsen.co>
Date:   Wed, 16 Feb 2022 16:48:42 +0000

Update CSS to support twemoji

Diffstat:
Mpublic/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/style.css b/public/style.css @@ -68,7 +68,7 @@ hr { border-top: 2pt dashed #8dacca52; } -img.emoji, img.emojione, img.gemoji { +img.emoji, img.emojione, img.gemoji, img.twemoji { display: inline; padding: 0; margin: 0;