this post was submitted on 26 Feb 2026
46 points (100.0% liked)

LemmyToday

276 readers
58 users here now

If you experience issues or problems with this instance (lemmy.today), this is the place to discuss them. Or if you just want to ask questions about how something works. Anything related to the instance or lemmy itself.

founded 2 years ago
MODERATORS
 

Hi guys,

So I decided to change the default theme to cyberpunkish.css to make this instance look different from a default lemmy instance.

If a lot of people tell me this is a shitty idea and I should not do this, I will revert it. Just wanted to give this instance a style of its own. The default theme is still there under lemmy_default.css if you prefer it.

Let me know if you have strong feelings about it, one way or the other!

you are viewing a single comment's thread
view the rest of the comments
[–] Limitless_screaming@kbin.earth 1 points 17 hours ago

The profile menu is a List item Li element and it contains other Li elements for it's options.

To avoid writing more JS than necessary and to have more semantic HTML, Select elements are used (like in this drop down), so you can simply listen to their changed event and execute code.

But the devs could've slightly modified that custom drop down and used it everywhere for consistency.