add basic support for custom emoji
This commit is contained in:
parent
dccfddaec1
commit
d794e88bdc
10 changed files with 163 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue