[\#Firefox](https://toot.io/tags/Firefox) doesn't need any new features to be more attractive for users, it just needs to make CSS theming more accessible

RmDebArc_5@toot.io to Firefox@lemmy.ml – 294 points –
s3.toot.io

#Firefox doesn't need any new features to be more attractive for users, it just needs to make CSS theming more accessible

Theme: https://github.com/Godiesc/firefox-one

#FirefoxCSS #browserwar #customization @firefox

72

You are viewing a single comment

There's Stylus

or userContent.css

Tell me more about that. How does it work?

Its like userchrome but for the contents of the webpage. You match on the url and write css that overrides the site's css.

So basically like a user style that you would use in Stylus? What are the differences, advantages/disadvantages?