diff --git a/normalize.css b/normalize.css index 8ae1019..54da14f 100644 --- a/normalize.css +++ b/normalize.css @@ -391,3 +391,12 @@ textarea { [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +/** + * Correct the text style of placeholders in Chrome, Edge, and Safari. + */ + +::-webkit-input-placeholder { + color: inherit; + opacity: 0.54; +}