Skip to content

Instantly share code, notes, and snippets.

@vijujohns
Last active August 29, 2015 14:25
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 vijujohns/3a8286405dd02296209f to your computer and use it in GitHub Desktop.
Save vijujohns/3a8286405dd02296209f to your computer and use it in GitHub Desktop.
.wpp-mailchimp{
background-color:#333;
color:#999;
padding:20px;
border-radius:10px;
}
.wpp-mailchimp h2{
color:#fff;
text-align:center;
padding-bottom:10px;
}
.wpp-mailchimp input{
margin:8px 0;
}
.wpp-mailchimp input[type="submit"] {
background-color: #0EBFE9;
color: #FFF;
width: 100%;
}
.wpp-mailchimp input:hover[type="submit"] {
background-color: #fff;
color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment