this should fix emoji
All checks were successful
/ weblog.lol (push) Successful in 8s

This commit is contained in:
Gordon Pedersen 2024-05-09 10:44:05 +00:00
parent 38ba3c3e6a
commit 2e2df298eb

View file

@ -144,12 +144,13 @@ iframe {
[data-emoji]::before { [data-emoji]::before {
content: attr(data-emoji); content: attr(data-emoji);
font-style: none;
} }
/*
i[data-emoji='{emoji}'] { [data-emoji='{emoji}'] {
display:none; display:none;
} }
*/