Home To log in, use the button in gomuks web settings.

pompom

Commit info

Committed at 2026-06-08 19:25:35.028149 +0000 +0000 by @helly:pompomsoft.de
Initial commit

Description

Make @helly more pompom!

Previews

Preview image #1

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;

}