- cross-posted to:
- main
- cross-posted to:
- main
cross-posted from: https://lemmy.ca/post/658611
IMO, the default Lemmy style is ridiculous on desktop (especially widescreen). I saw a few posts on other servers with some Stylus CSS changes and they were a good start. I made a few changes to get rid of some of the crazy font sizes, padding/margin, and width.
The CSS: https://pastebin.com/b71sNaRe
Stylus Chrome extenstion: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
Screenshots: https://i.imgur.com/UdKigJD.png https://i.imgur.com/PBNb1SK.png
Hopefully this makes things more bearable for a few people. (If you use dark mode, just delete lines 10, 11, and 12.)
I am not sure if Stylus CSS counts for this community, but I thought some people might find this helpful
it sure does count! Thanks for sharing!
I’d appreciate a dark mode, looks great otherwise.
That’s an easy fix.
Create a new style in Stylus, find this part of the code:
body { background-color: #fafafa; }
and change
#fafafa
to#181a1b
.Save as new theme, and voilà.
Why is it not the default ui?