24
24
</ head >
25
25
< body class ="w-100 sans-serif bg-white ">
26
26
< main >
27
- < article class ="pa4 bg- black-05 black-70 ">
27
+ < article class ="pa4 black-80 ">
28
28
< form action ="sign-up_submit " method ="get " accept-charset ="utf-8 ">
29
29
< fieldset id ="sign_up " class ="ba b--transparent ph0 mh0 ">
30
30
< legend class ="ph0 mh0 fw6 clip "> Sign Up</ legend >
@@ -48,7 +48,7 @@ <h1 class="f4 f3-ns mt4">Sign Up</h1>
48
48
< h2 class ="f5 "> HTML</ h2 >
49
49
< p class ="f5 black-70 "> </ p >
50
50
< pre class ="pa3 ba br2 b--black-10 h5 bg-white-20 " id ="html ">
51
- <article class="pa4 bg- black-05 black-70 ">
51
+ <article class="pa4 black-80 ">
52
52
<form action="sign-up_submit" method="get" accept-charset="utf-8">
53
53
<fieldset id="sign_up" class="ba b--transparent ph0 mh0">
54
54
<legend class="ph0 mh0 fw6 clip">Sign Up</legend>
@@ -111,12 +111,8 @@ <h2 class="f5">css</h2>
111
111
width: 100%;
112
112
}
113
113
114
- .black-70 {
115
- color: rgba(0, 0, 0, .7);
116
- }
117
-
118
- .bg-black-05 {
119
- background-color: rgba(0, 0, 0, .05);
114
+ .black-80 {
115
+ color: rgba(0, 0, 0, .8);
120
116
}
121
117
122
118
.bg-transparent {
@@ -197,16 +193,16 @@ <h2 class="f5">css</h2>
197
193
< h2 class ="f5 mb3 mt4 "> Css stats for this component</ h2 >
198
194
< dl class ="dib mr4 mt0 ">
199
195
< dt class ="db f6 "> Gzipped Size</ dt >
200
- < dd class ="ml0 b f3 f2-ns "> 555 < small class ="f6 "> B</ small >
196
+ < dd class ="ml0 b f3 f2-ns "> 541 < small class ="f6 "> B</ small >
201
197
</ dd >
202
198
</ dl >
203
199
< dl class ="dib mr4 mt0 ">
204
200
< dt class ="db f6 "> Selectors</ dt >
205
- < dd class ="ml0 b f3 f2-ns "> 28 </ dd >
201
+ < dd class ="ml0 b f3 f2-ns "> 27 </ dd >
206
202
</ dl >
207
203
< dl class ="dib mt0 ">
208
204
< dt class ="db f6 "> Declarations</ dt >
209
- < dd class ="ml0 b f3 f2-ns "> 39 </ dd >
205
+ < dd class ="ml0 b f3 f2-ns "> 38 </ dd >
210
206
</ dl >
211
207
</ div >
212
208
< div class ="fl w-100 ">
0 commit comments