home.social

#web_browsing — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #web_browsing, aggregated by home.social.

  1. Browsing in dark mode, white pics blind me compared to the dark background & text. I added a basic invert filter in stylus which applies to every img element on all sites. Spare the 10% where blacks become white it's so much better to the eyes.

    img{ filter:invert(180); }

    #css #styles #dark_mode #web_browsing #stylus