mobmash.click/html/styles/emoji.css
overflowerror d5df0b0e71 feat: Add emoji
(Everything is better with emoji.)
2024-08-07 22:07:30 +02:00

24 lines
No EOL
531 B
CSS

.emoji {
background-size: 1.1em 1.1em;
background-repeat: no-repeat;
display: inline-block;
width: 1.1em;
height: 1.1em;
margin-bottom: -0.1em;
}
.emoji.grinning-face-with-sweat {
background-image: url("/images/emoji/1f605.png");
}
.emoji.grinning-face-with-smiling-eyes {
background-image: url("/images/emoji/1f604.png");
}
.emoji.face-screaming-in-fear {
background-image: url("/images/emoji/1f631.png");
}
.emoji.disappointed-face {
background-image: url("/images/emoji/1f61e.png");
}