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

nexfish

Commit info

Committed at 2025-03-04 19:29:38.310621 +0000 +0000 by @tulir:maunium.net
Added another preview

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: " 🐟️";
}