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

neksfishmuks premium

Last updated at 2026-01-02 08:46:11.291504 +0000 +0000

Description

its nexfish but premium

Previews

Preview image #1

Code

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

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

Full CSS:

div.sender-avatar[title^="@nex"] {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='500px' width='500px'><text x='0px' y='400px' fill='red' font-size='420px'>🐟️</text></svg>");
  background-size: contain;
  > img {
    visibility: hidden;
  }
}