From 5973b6a6e8ff03d23e0a178e4c59ba8a7989a26d Mon Sep 17 00:00:00 2001 From: Dominic Magnifico Date: Thu, 21 Jan 2016 21:59:13 -0700 Subject: [PATCH] Ensure long-hand background declaration usage for consistency. --- CHANGELOG.md | 1 + normalize.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9030498..f192b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/normalize.css b/normalize.css index e3061d4..9cd1fb2 100644 --- a/normalize.css +++ b/normalize.css @@ -149,7 +149,7 @@ h1 { */ mark { - background: #ff0; + background-color: #ff0; color: #000; }