Add message styling and reset colors for dark color schemes

This commit is contained in:
Brian Miyaji
2017-03-20 14:12:30 +11:00
parent 6f0d1c7185
commit 9fb4b6616a
4 changed files with 28 additions and 6 deletions

View File

@@ -218,6 +218,13 @@
cursor: pointer;
}
/* Messages */
.sp-message {
padding: 1em;
border: 1px solid transparent;
text-align: center;
}
/* Event Logos */
.sp-event-logos a {
text-decoration: none;