lighten staff post bg color
This commit is contained in:
parent
0a9e284277
commit
299013b471
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -330,7 +330,7 @@ span.post-count {
|
|||
|
||||
.topic-post {
|
||||
&.moderator {
|
||||
background-color: scale-color($highlight, $lightness: 60%);
|
||||
background-color: scale-color($highlight, $lightness: 75%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue