aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2013-04-01 06:53:47 -0700
committerNicolas Gallagher <nicolasgallagher@gmail.com>2013-04-01 06:53:47 -0700
commit907890983eb2d6667e4b9cbd8bd03ead4b077e34 (patch)
tree0869f8e53af09db1d15cfde44c456e054e35bba1 /CHANGELOG.md
parent8a925e039178a3531c88ac747894b6fe0992318a (diff)
downloadnormalize.css-907890983eb2d6667e4b9cbd8bd03ead4b077e34.tar.gz
normalize.css-907890983eb2d6667e4b9cbd8bd03ead4b077e34.zip
Protect root against system color schemes
System color schemes (in particular, custom themes in Windows and Linux distros) affect Firefox, IE, and Opera. Normalizing the web site/app's root background and text color prevents these unwanted settings from being used. Chrome doesn't apply system-level schemes to websites. Fix gh-170
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306f2fa..74d8f1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
== HEAD
+* Normalize root `color` and `background` to counter the affects of system
+ color schemes.
+
== 2.1.0 (January 21, 2013)
* Normalize `text-transform` for `button` and `select`.