lighten staff post bg color

This commit is contained in:
Jeff Atwood 2014-09-11 09:53:31 -07:00
parent 0a9e284277
commit 299013b471
2 changed files with 2 additions and 2 deletions

View File

@ -597,7 +597,7 @@ iframe {
.moderator {
.topic-body {
background-color: dark-light-diff($highlight, $secondary, 50%, -80%);
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
}
}

View File

@ -330,7 +330,7 @@ span.post-count {
.topic-post {
&.moderator {
background-color: scale-color($highlight, $lightness: 60%);
background-color: scale-color($highlight, $lightness: 75%);
}
}