Skip to content

Commit c19f905

Browse files
committed
More tweaks
1 parent 8a25316 commit c19f905

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

index.css

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body {
2424
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
2525
line-height: 1.4em;
2626
background: #f5f5f5;
27-
color: #4d4d4d;
27+
color: #111111;
2828
min-width: 230px;
2929
max-width: 550px;
3030
margin: 0 auto;
@@ -52,27 +52,27 @@ body {
5252
.todoapp input::-webkit-input-placeholder {
5353
font-style: italic;
5454
font-weight: 300;
55-
color: #111111;
55+
color: rgba(0, 0, 0, 0.4);
5656
}
5757

5858
.todoapp input::-moz-placeholder {
5959
font-style: italic;
6060
font-weight: 300;
61-
color: #111111;
61+
color: rgba(0, 0, 0, 0.4);
6262
}
6363

6464
.todoapp input::input-placeholder {
6565
font-style: italic;
6666
font-weight: 300;
67-
color: #111111;
67+
color: rgba(0, 0, 0, 0.4);
6868
}
6969

7070
.todoapp h1 {
7171
position: absolute;
72-
top: -155px;
72+
top: -140px;
7373
width: 100%;
74-
font-size: 100px;
75-
font-weight: 100;
74+
font-size: 80px;
75+
font-weight: 200;
7676
text-align: center;
7777
color: #b83f45;
7878
-webkit-text-rendering: optimizeLegibility;
@@ -213,11 +213,12 @@ body {
213213
display: block;
214214
line-height: 1.2;
215215
transition: color 0.4s;
216-
font-weight: bolder;
216+
font-weight: 400;
217+
color: #4d4d4d;
217218
}
218219

219220
.todo-list li.completed label {
220-
color: #d9d9d9;
221+
color: #cdcdcd;
221222
text-decoration: line-through;
222223
}
223224

@@ -260,7 +261,7 @@ body {
260261
padding: 10px 15px;
261262
height: 20px;
262263
text-align: center;
263-
font-size: large;
264+
font-size: 15px;
264265
border-top: 1px solid #e6e6e6;
265266
}
266267

@@ -334,7 +335,7 @@ html .clear-completed:active {
334335
.info {
335336
margin: 65px auto 0;
336337
color: #4d4d4d;
337-
font-size: 10px;
338+
font-size: 11px;
338339
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
339340
text-align: center;
340341
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy