oops background-color not color

This commit is contained in:
Jeff Atwood 2013-07-31 11:40:56 -07:00
parent 491c93c3d1
commit 5028fdbed6

View File

@ -158,8 +158,8 @@
} }
a.mention, .ac-wrap .item span { a.mention, .ac-wrap .item span {
@include border-radius-all(6px); @include border-radius-all(6px);
color: $quote-background; background-color: $quote-background;
padding: 1px 5px; padding: 2px 5px;
} }
a.mention { a.mention {
cursor: pointer; cursor: pointer;