diff --git a/normalize.css b/normalize.css index de69191..ecec996 100644 --- a/normalize.css +++ b/normalize.css @@ -397,12 +397,12 @@ fieldset { } /** - * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 1. Correct `color` not being inherited from fieldset in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { - border: 0; /* 1 */ + color: inherit; /* 1 */ padding: 0; /* 2 */ }