this post was submitted on 14 Jun 2023
25 points (100.0% liked)

Lemmy Plugins and Userscripts

2174 readers
1 users here now

A general repository for user scripts and plugins used to enhance the Lemmy browsing experience.

Post (or cross-post) your favorite Lemmy enhancements here!

General posting suggestions:

Thanks!

founded 1 year ago
MODERATORS
 

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.)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

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à.