FIX: Mentions unreadable on user cards

This commit is contained in:
Kane York 2015-09-04 14:19:11 -07:00
parent 49096e5801
commit 72d32160b3
1 changed files with 1 additions and 1 deletions

View File

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