Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2013-04-01 17:53:47 +0400
committerNicolas Gallagher <nicolasgallagher@gmail.com>2013-04-01 18:07:02 +0400
commit121c08273b1abf06e9890f6929147683a351a835 (patch)
tree04ba77e299229b4bf78b6ac586513eab5e91b9cc /CHANGELOG.md
parenta91b3af1a40912dddb76dcff6af70a527cea912c (diff)
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 ef2d1b1..872c7f5 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.
+
== 1.1.0 (January 21, 2013)
* Normalize `text-transform` for `button` and `select`.