pompom
Last updated at 2026-06-08 19:25:35.028149 +0000 +0000
Description
Make @helly more pompom!
Previews
Code
To use this theme, paste this into your custom CSS:
@import url("https://css.gomuks.app/theme/pompom.css");
Full CSS:
span.event-sender[data-target-user^="@helly"]::after {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-image: url("https://files.pompomsoft.de/pom.gif");
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
margin-left: 4px;
}