Skip to content

Commit

Permalink
Add default white background color to inputs to complement default h5…
Browse files Browse the repository at this point in the history
…bp#222 foreground color - avoids unreadable text for users with dark themes.
  • Loading branch information
timmytofu committed Jun 21, 2013
1 parent 8f74370 commit 6150247
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ textarea {
color: #222;
}

input,
select,
textarea {
background-color: #fff;
}

body {
font-size: 1em;
line-height: 1.4;
Expand Down

0 comments on commit 6150247

Please sign in to comment.