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.
yeah, it’s pretty unoptimized for mobile. on my todo list.
where does firefox complain about that?
also i should change the license footer, you’re right
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 onbody
, because children inherit, if not set otherwise. And*
is the worst for performance, use the rightmost selector instead.