diff --git a/HISTORY.md b/HISTORY.md index c994a40..9aa57cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,8 @@ NEXT * Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95) +* Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89) + * Fix class `.pure-u-1-6` to change width from 16.656% to 16.666% * Apply `.pure-form-group input` styling to all text-ish `input` elements. diff --git a/src/forms/css/forms.css b/src/forms/css/forms.css index f8c37b0..993341e 100644 --- a/src/forms/css/forms.css +++ b/src/forms/css/forms.css @@ -112,7 +112,6 @@ } .pure-form label { margin: 0.5em 0 0.2em; - color: #999; font-size: 90%; } .pure-form fieldset {