Skip to content

Instantly share code, notes, and snippets.

@somecallmejosh
Created November 24, 2016 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somecallmejosh/5c6c04e92dca7cbb2ea2ebe210fb3fd9 to your computer and use it in GitHub Desktop.
Save somecallmejosh/5c6c04e92dca7cbb2ea2ebe210fb3fd9 to your computer and use it in GitHub Desktop.
.form input[type='email'],
.form input[type='search'],
.form input[type='text'] {
font-size: 2rem;
outline: none;
color: #333;
font-family: "Merriweather", serif;
}
.form :-moz-placeholder,
.form ::-moz-placeholder {
color: rgba(210, 105, 30, 0.4) !important;
font-size: 2rem;
font-style: italic;
}
.form input:-ms-input-placeholder {
color: #333;
font-family: "Merriweather", serif;
color: rgba(210, 105, 30, 0.4) !important;
font-size: 2rem;
font-style: italic;
}
.form input::-webkit-input-placeholder {
color: #333;
font-family: "Merriweather", serif;
color: rgba(210, 105, 30, 0.4) !important;
font-size: 2rem;
font-style: italic;
}
.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder {
color: #333;
font-family: "Merriweather", serif;
color: rgba(210, 105, 30, 0.4) !important;
font-size: 2rem;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment