hope i don’t get crucified for self promotion, stigmata would be hard to explain to my folks

  • MonkderVierte@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    8 hours ago

    Yeah, sorry, that came a bit harsh. I’m just a bit salty, because i dislike monospace and white-on-black for reading. But i’m working on something, that lets the user choose the reading settings. In the meantime, i just create a usercss (Stylus) for pages i see often.

    But that’s another reason i’m salty; please don’t do * {…} CSS hacks. Just set the rule on body, because children inherit, if not set otherwise. And * is the worst for performance, use the rightmost selector instead.

    • spv.sh@lemmy.spv.shOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      no problem! i’m frequently described as “abrasive” so i guess what goes around comes around…

      i do appreciate the CSS tip(s) – that stylesheet is a few years old with many alterations over time, so there are bunch of weird hacks that i’m not even sure why they’re there. off the top of my head, for some reason the header is a div-within-a-div: #header and #header_internal. no idea why. :P