nexfish
Commit info
Committed at 2025-03-04 19:29:38.310621 +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: " 🐟️";
}