UX: use lighter grey for code blocks too

This commit is contained in:
Jeff Atwood 2015-05-22 13:49:40 -07:00
parent ab50d039bb
commit 2bd0fcb9fd
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ aside.quote {
}
.quote-controls, .quote-controls .back:before, .quote-controls .quote-other-topic:before {
color: scale-color($primary, $lightness: 50%);
color: scale-color($primary, $lightness: 60%);
}
.cooked .highlight {
@ -164,7 +164,7 @@ pre {
display: block;
padding: 5px 10px;
color: $primary;
background: scale-color-diff();
background: dark-light-diff($primary, $secondary, 97%, -45%);
max-height: 500px;
}
}