scale quote highlight color

This commit is contained in:
Jeff Atwood 2014-05-13 10:16:13 -07:00
parent a83859ea59
commit 8fa580f40d

View file

@ -1045,5 +1045,5 @@ a.attachment:before {
}
span.highlighted {
background-color: $highlight;
background-color: scale-color($highlight, $lightness: 70%);
}