Add message styling and reset colors for dark color schemes
This commit is contained in:
@@ -64,6 +64,15 @@
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* Color Resets */
|
||||
|
||||
.sp-template input,
|
||||
.sp-data-table input,
|
||||
.sp-template .sp-event-logos,
|
||||
.sp-template .sp-event-staff {
|
||||
color: initial !important;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
||||
.sp-template a,
|
||||
@@ -644,6 +653,12 @@
|
||||
border-bottom-color: #00a69c !important;
|
||||
}
|
||||
|
||||
/* Messages */
|
||||
.sp-template .sp-message {
|
||||
color: #00a69c !important;
|
||||
border-color: #00a69c !important;
|
||||
}
|
||||
|
||||
/* Post Content */
|
||||
|
||||
.single-sp_team .has-post-thumbnail .sp-post-content {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user