mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
embedded quote colors were wrong, THANKS OBAMA
This commit is contained in:
parent
fe95597ce8
commit
f378004a41
@ -13,8 +13,8 @@ article.post {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.quote .title {
|
.quote .title {
|
||||||
border-left: 5px solid scale-color-diff();
|
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||||
background-color: lighten($primary, 76%);
|
background-color: scale-color-diff();
|
||||||
padding: 10px 10px 0 12px;
|
padding: 10px 10px 0 12px;
|
||||||
.avatar { margin-right: 7px; }
|
.avatar { margin-right: 7px; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user