Skip to content

Instantly share code, notes, and snippets.

@studiopress
Last active November 9, 2017 14:45
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 studiopress/506a3eb304b391e097ddc691a0938b06 to your computer and use it in GitHub Desktop.
Save studiopress/506a3eb304b391e097ddc691a0938b06 to your computer and use it in GitHub Desktop.
Add custom entry message styles.
/* Entry Messages
--------------------------------------------- */
.message {
padding: 25px 30px;
}
.message,
.message a {
color: #fff;
}
.message a {
border-bottom: 1px solid #fff;
}
.message a:hover,
.message a:focus {
border-bottom: none;
}
.message.green {
background-color: #00a86d;
}
.message.orange {
background-color: #cc4b00;
}
.message.red {
background-color: #be0040;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment