oops background-color not color

This commit is contained in:
Jeff Atwood 2013-07-31 11:40:56 -07:00
parent 491c93c3d1
commit 5028fdbed6
1 changed files with 2 additions and 2 deletions

View File

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