mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 08:54:59 -04:00
lighten staff post bg color
This commit is contained in:
parent
0a9e284277
commit
299013b471
2 changed files with 2 additions and 2 deletions
app/assets/stylesheets
|
@ -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…
Add table
Reference in a new issue