FIX: staff message color was wrong on mobile

This commit is contained in:
Jeff Atwood
2015-04-01 01:07:22 -07:00
parent 39f284ac26
commit 801d04997a
2 changed files with 2 additions and 1 deletions

View File

@@ -338,7 +338,7 @@ span.post-count {
.topic-post {
&.moderator {
background-color: scale-color($highlight, $lightness: 75%);
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
}
}