mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
scale quote highlight color
This commit is contained in:
parent
a83859ea59
commit
8fa580f40d
1 changed files with 1 additions and 1 deletions
|
@ -1045,5 +1045,5 @@ a.attachment:before {
|
|||
}
|
||||
|
||||
span.highlighted {
|
||||
background-color: $highlight;
|
||||
background-color: scale-color($highlight, $lightness: 70%);
|
||||
}
|
Loading…
Reference in a new issue