add foreground color to @mentions

This commit is contained in:
Jeff Atwood 2013-08-01 11:43:13 -07:00
parent be3c0f2bb4
commit 236356bfe2
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
@include border-radius-all(6px);
background-color: $quote-background;
padding: 2px 5px;
color: $darkish_gray;
}
a.mention {
cursor: pointer;