diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c03d79ca..6447209459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### HEAD +* Remove default foreground color from form elements + ([#1390](https://github.com/h5bp/html5-boilerplate/issues/1390)). * Remove default margin from print styles ([#1477](https://github.com/h5bp/html5-boilerplate/issues/1477)). * Update to Modernizr 2.7.1. diff --git a/css/main.css b/css/main.css index 2cad5dd2c5..03f2dd7196 100644 --- a/css/main.css +++ b/css/main.css @@ -10,11 +10,7 @@ Base styles: opinionated defaults ========================================================================== */ -html, -button, -input, -select, -textarea { +html { color: #222; }