Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 3, 2019
1 parent 8a25316 commit c19f905
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
background: #f5f5f5;
color: #4d4d4d;
color: #111111;
min-width: 230px;
max-width: 550px;
margin: 0 auto;
Expand Down Expand Up @@ -52,27 +52,27 @@ body {
.todoapp input::-webkit-input-placeholder {
font-style: italic;
font-weight: 300;
color: #111111;
color: rgba(0, 0, 0, 0.4);
}

.todoapp input::-moz-placeholder {
font-style: italic;
font-weight: 300;
color: #111111;
color: rgba(0, 0, 0, 0.4);
}

.todoapp input::input-placeholder {
font-style: italic;
font-weight: 300;
color: #111111;
color: rgba(0, 0, 0, 0.4);
}

.todoapp h1 {
position: absolute;
top: -155px;
top: -140px;
width: 100%;
font-size: 100px;
font-weight: 100;
font-size: 80px;
font-weight: 200;
text-align: center;
color: #b83f45;
-webkit-text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -213,11 +213,12 @@ body {
display: block;
line-height: 1.2;
transition: color 0.4s;
font-weight: bolder;
font-weight: 400;
color: #4d4d4d;
}

.todo-list li.completed label {
color: #d9d9d9;
color: #cdcdcd;
text-decoration: line-through;
}

Expand Down Expand Up @@ -260,7 +261,7 @@ body {
padding: 10px 15px;
height: 20px;
text-align: center;
font-size: large;
font-size: 15px;
border-top: 1px solid #e6e6e6;
}

Expand Down Expand Up @@ -334,7 +335,7 @@ html .clear-completed:active {
.info {
margin: 65px auto 0;
color: #4d4d4d;
font-size: 10px;
font-size: 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-align: center;
}
Expand Down

0 comments on commit c19f905

Please sign in to comment.