Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davekuhar/8f834dbf10d57b50abbfde1e41f16457 to your computer and use it in GitHub Desktop.
Save davekuhar/8f834dbf10d57b50abbfde1e41f16457 to your computer and use it in GitHub Desktop.
Placeholder text is too damn light!
/* form placeholder overrides - have to use !important or this doesn't work
--------------------------------------------- */
::-webkit-input-placeholder { /* Chrome */
color: #1E1F22 !important;
}
:-ms-input-placeholder { /* IE 10+ */
color: #1E1F22 !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #1E1F22 !important;
opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
color: #1E1F22 !important;
opacity: 1 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment