Merge pull request #3730 from riking/patch-7

FIX: Mentions unreadable on user cards
This commit is contained in:
Jeff Atwood 2015-09-04 15:48:28 -07:00
commit fa7d38a773
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ $user_card_background: #222;
} }
a.mention { a.mention {
background-color: scale-color($user_card_primary, $lightness: 50%); background-color: scale-color($user_card_primary, $lightness: -60%);
} }
.overflow { .overflow {
max-height: 60px; max-height: 60px;