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%);
}
}

View File

@ -1824,6 +1824,7 @@ en:
digest:
why: "A brief summary of %{site_link} since your last visit on %{last_seen_at}"
subject_template: "[%{site_name}] Digest"
new_activity: "New activity on your topics and posts:"
top_topics: "Popular posts"
other_new_topics: "Popular topics"