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

  • Kabe
    link
    21 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à.

    • TCGM
      link
      11 year ago

      Thanks!