diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index c9a321a0015..578a04d3741 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -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;