Ensure long-hand background declaration usage for consistency.

This commit is contained in:
Dominic Magnifico 2016-01-21 21:59:13 -07:00 committed by Jonathan Neal
parent 46e3e0554c
commit 5973b6a6e8
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* Address inconsistent styling of b and strong.
* Correct `hr` overflow in IE 8/9/10/11 and Edge 12.
* Ensure `mark` long-hand background declaration usage.
=== 3.0.3 (March 30, 2015)

2
normalize.css vendored
View File

@ -149,7 +149,7 @@ h1 {
*/
mark {
background: #ff0;
background-color: #ff0;
color: #000;
}