nexfish
Commit info
Committed at 2026-05-23 12:26:25.490429 +0000 +0000 by @tulir:maunium.net
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: " 🐟️";
}