File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 24
24
font : 14px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
25
25
line-height : 1.4em ;
26
26
background : # f5f5f5 ;
27
- color : # 4d4d4d ;
27
+ color : # 111111 ;
28
28
min-width : 230px ;
29
29
max-width : 550px ;
30
30
margin : 0 auto;
@@ -52,27 +52,27 @@ body {
52
52
.todoapp input ::-webkit-input-placeholder {
53
53
font-style : italic;
54
54
font-weight : 300 ;
55
- color : # 111111 ;
55
+ color : rgba ( 0 , 0 , 0 , 0.4 ) ;
56
56
}
57
57
58
58
.todoapp input ::-moz-placeholder {
59
59
font-style : italic;
60
60
font-weight : 300 ;
61
- color : # 111111 ;
61
+ color : rgba ( 0 , 0 , 0 , 0.4 ) ;
62
62
}
63
63
64
64
.todoapp input ::input-placeholder {
65
65
font-style : italic;
66
66
font-weight : 300 ;
67
- color : # 111111 ;
67
+ color : rgba ( 0 , 0 , 0 , 0.4 ) ;
68
68
}
69
69
70
70
.todoapp h1 {
71
71
position : absolute;
72
- top : -155 px ;
72
+ top : -140 px ;
73
73
width : 100% ;
74
- font-size : 100 px ;
75
- font-weight : 100 ;
74
+ font-size : 80 px ;
75
+ font-weight : 200 ;
76
76
text-align : center;
77
77
color : # b83f45 ;
78
78
-webkit-text-rendering : optimizeLegibility;
@@ -213,11 +213,12 @@ body {
213
213
display : block;
214
214
line-height : 1.2 ;
215
215
transition : color 0.4s ;
216
- font-weight : bolder;
216
+ font-weight : 400 ;
217
+ color : # 4d4d4d ;
217
218
}
218
219
219
220
.todo-list li .completed label {
220
- color : # d9d9d9 ;
221
+ color : # cdcdcd ;
221
222
text-decoration : line-through;
222
223
}
223
224
@@ -260,7 +261,7 @@ body {
260
261
padding : 10px 15px ;
261
262
height : 20px ;
262
263
text-align : center;
263
- font-size : large ;
264
+ font-size : 15 px ;
264
265
border-top : 1px solid # e6e6e6 ;
265
266
}
266
267
@@ -334,7 +335,7 @@ html .clear-completed:active {
334
335
.info {
335
336
margin : 65px auto 0 ;
336
337
color : # 4d4d4d ;
337
- font-size : 10 px ;
338
+ font-size : 11 px ;
338
339
text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.5 );
339
340
text-align : center;
340
341
}
You can’t perform that action at this time.
0 commit comments