Skip to content

Commit

Permalink
Use .5 opacity default for placeholder text
Browse files Browse the repository at this point in the history
.7 wasn't enough contrast vs. the input text
  • Loading branch information
adamwathan committed Oct 15, 2017
1 parent 5771716 commit fc0e039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/preflight.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ input { font-family: inherit; }

input::placeholder {
color: inherit;
opacity: .7;
opacity: .5;
}

button, [role=button] {
Expand Down
2 changes: 1 addition & 1 deletion dist/tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tailwind.css.map

Large diffs are not rendered by default.

0 comments on commit fc0e039

Please sign in to comment.