Skip to content

Commit fc0e039

Browse files
committed
Use .5 opacity default for placeholder text
.7 wasn't enough contrast vs. the input text
1 parent 5771716 commit fc0e039

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

css/preflight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ input { font-family: inherit; }
9191

9292
input::placeholder {
9393
color: inherit;
94-
opacity: .7;
94+
opacity: .5;
9595
}
9696

9797
button, [role=button] {

dist/tailwind.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tailwind.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)