Skip to content

Instantly share code, notes, and snippets.

@studiopress
Last active November 9, 2017 14:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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