mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 08:24:31 +08:00
UX: use lighter grey for code blocks too
This commit is contained in:
parent
ab50d039bb
commit
2bd0fcb9fd
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user