add missing .title bgcolor

This commit is contained in:
Jeff Atwood 2015-05-22 02:31:27 -07:00
parent 42a8e742f8
commit 4b1eaa567e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ aside.quote {
.title {
border-left: 5px solid dark-light-diff($primary, $secondary, 90%, -65%);
background-color: dark-light-diff($primary, $secondary, 97%, -45%);
color: scale-color($primary, $lightness: 30%);
// IE will screw up the blockquote underneath if bottom padding is 0px
padding: 12px 12px 1px 12px;