Skip to content

Commit 5973b6a

Browse files
Dominic MagnificoJonathan Neal
authored andcommitted
Ensure long-hand background declaration usage for consistency.
1 parent 46e3e05 commit 5973b6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Address inconsistent styling of b and strong.
44
* Correct `hr` overflow in IE 8/9/10/11 and Edge 12.
5+
* Ensure `mark` long-hand background declaration usage.
56

67
=== 3.0.3 (March 30, 2015)
78

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ h1 {
149149
*/
150150

151151
mark {
152-
background: #ff0;
152+
background-color: #ff0;
153153
color: #000;
154154
}
155155

0 commit comments

Comments
 (0)