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

nexfish

Last updated at 2026-05-23 12:26:33.29475 +0000 +0000

Description

A theme that adds 🐟️ after nexy's name

Previews

Preview image #1 Preview image #2

Code

To use this theme, paste this into your custom CSS:

@import url("https://css.gomuks.app/theme/nexfish.css");

Full CSS:

span.event-sender[data-target-user^="@nex"]::after {
  content: " 🐟️";
}