mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 01:33:45 +08:00
FIX: staff message color was wrong on mobile
This commit is contained in:
parent
39f284ac26
commit
801d04997a
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user