nexfish
Last updated at 2026-05-23 12:26:33.29475 +0000 +0000
Description
A theme that adds 🐟️ after nexy's name
Previews
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: " 🐟️";
}