Earlier quoted context omitted.
Stylus (not Stylish) can make sites like this readable enough if you visit them often enough to be worth a couple minutes to fix them. Here's a tiny bit of CSS: body { font-family: Arial, Helvetica, sans-serif; line-height: 1.45; background-color: #ededed; margin: auto; padding: 0.5rem; max-width: 80ch; } .pd { padding-bottom: initial; } One point in favor of ultra-minimalism is that it's easier to add a few styles t…
This is an interesting point, actually. Should publication platforms be giving us two choices: their design and implementation; or raw text (HTML) we can style ourselves?
A little used browser feature is alternate style sheets. (View -> Page Style in Firefox.) This lets a site ship multiple CSS styles to the end user with some default. Example: https://developer.mozilla.org/samples/cssref/altstyles/index...