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

View File

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