mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 08:54:59 -04:00
lighten onebox backgrounds
This commit is contained in:
parent
a2b76a670f
commit
025d310c9c
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ a.loading-onebox {
|
|||
.onebox-result {
|
||||
margin-top: 15px;
|
||||
padding: 12px 25px 12px 12px;
|
||||
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||
background: scale-color-diff();
|
||||
border-left: 5px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
background: dark-light-diff($primary, $secondary, 97%, -45%);
|
||||
font-size: 1em;
|
||||
> .source {
|
||||
margin-bottom: 12px;
|
||||
|
|
Loading…
Add table
Reference in a new issue