Skip to content

Commit 8928548

Browse files
committed
css
1 parent 334247f commit 8928548

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

demo/styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ img {
1818

1919
/* form */
2020
form {
21-
background: #444;
22-
color: #999;
21+
background: #EEE;
22+
border-bottom: solid 1px #DDD;
23+
color: #666;
2324
padding: 3em 1.5em;
2425
}
2526
fieldset {
@@ -47,6 +48,7 @@ input[type="number"] {
4748
input[type="url"] {
4849
font-size: 1.3em;
4950
padding: 0.5em;
51+
color: #666;
5052
}
5153
button {
5254
font-size: 1.6rem;

0 commit comments

Comments
 (0)