File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ html {
1818/* Sections
1919 ========================================================================== */
2020
21+ /**
22+ * Remove the margin in all browsers (opinionated).
23+ */
24+
25+ body {
26+ margin : 0 ;
27+ }
28+
2129/**
2230 * Add the correct display in IE 9-.
2331 */
@@ -225,15 +233,19 @@ svg:not(:root) {
225233 ========================================================================== */
226234
227235/**
228- * Remove the margin in Firefox and Safari.
236+ * 1. Change the font styles in all browsers (opinionated).
237+ * 2. Remove the margin in Firefox and Safari.
229238 */
230239
231240button ,
232241input ,
233242optgroup ,
234243select ,
235244textarea {
236- margin : 0 ;
245+ font-family : sans-serif; /* 1 */
246+ font-size : 100% ; /* 1 */
247+ line-height : 1.15 ; /* 1 */
248+ margin : 0 ; /* 2 */
237249}
238250
239251/**
You can’t perform that action at this time.
0 commit comments