add basic support for custom emoji

This commit is contained in:
りき萌 2023-08-27 18:25:21 +02:00
parent dccfddaec1
commit d794e88bdc
10 changed files with 163 additions and 12 deletions

View file

@ -237,3 +237,10 @@ nav .logo {
opacity: 100%;
color: var(--text-color);
}
/* Style emojis to be readable */
img.emoji {
max-height: 1.375em;
vertical-align: bottom;
}