mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
lighten staff post bg color
This commit is contained in:
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user