Skip to content

Commit 2a8e582

Browse files
committed
Update normalize.css to v1.1.1
1 parent 6cfbc95 commit 2a8e582

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

css/normalize.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
1+
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
22

33
/* ==========================================================================
44
HTML5 display definitions
@@ -59,16 +59,22 @@ audio:not([controls]) {
5959
========================================================================== */
6060

6161
/**
62-
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
62+
* 1. Prevent system color scheme's background color being used in Firefox, IE,
63+
* and Opera.
64+
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
65+
* Opera.
66+
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
6367
* `em` units.
64-
* 2. Prevent iOS text size adjust after orientation change, without disabling
68+
* 4. Prevent iOS text size adjust after orientation change, without disabling
6569
* user zoom.
6670
*/
6771

6872
html {
69-
font-size: 100%; /* 1 */
70-
-webkit-text-size-adjust: 100%; /* 2 */
71-
-ms-text-size-adjust: 100%; /* 2 */
73+
background: #fff; /* 1 */
74+
color: #000; /* 2 */
75+
font-size: 100%; /* 3 */
76+
-webkit-text-size-adjust: 100%; /* 4 */
77+
-ms-text-size-adjust: 100%; /* 4 */
7278
}
7379

7480
/**

0 commit comments

Comments
 (0)