File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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
6872html  {
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/** 
                         You can’t perform that action at this time. 
           
                  
0 commit comments