CSS for emoji experimentation
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-09 10:15:02 +00:00
parent d4d8f0b125
commit 48c4a0765a

View file

@ -136,6 +136,13 @@ iframe {
max-width: 100%; max-width: 100%;
} }
i[emoji]::before {
content: attr('emoji');
}
i[emoji='{emoji}'] {
display:none;
}