mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: staff message color was wrong on mobile
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user