necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.32k stars 10.66k forks source link

Added background-color normalization #835

Closed adaamz closed 3 years ago

adaamz commented 3 years ago

It looks like much websites count with white background as default. But if anybody changes this default color in their browser, the web is completely unusable. Currently I updated Opera and I have grey background for example on groups.google.com.

miquelfire commented 3 years ago
  1. This may be out of the scope of the project, so it may not be accepted. Most sites should be setting that value anyway.
  2. If this were to be accepted, however, you should also set the foreground as well. The user might have a setting that sets the background color as a dark color, and the text color as a light color, and this change could make the page unreadable as is.
robsonsobral commented 3 years ago

This looks more like https://github.com/csstools/sanitize.css