making onebox styles consistent with quotes

This commit is contained in:
Kris Aubuchon 2014-05-16 10:19:02 -04:00
parent 3a0b23191c
commit 1fd6a9067b
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ a.loading-onebox {
aside.onebox {
margin-top: 15px;
padding: 12px 25px 12px 12px;
border-left: 5px solid scale-color($primary, $lightness: 90%);
background: scale-color($primary, $lightness: 90%);
border-left: 5px solid scale-color($primary, $lightness: 75%);
background: scale-color($primary, $lightness: 95%);
font-size: 14px;
header {