From 72d32160b35460a53feefe8f8a76e2f1b548b9b0 Mon Sep 17 00:00:00 2001 From: Kane York Date: Fri, 4 Sep 2015 14:19:11 -0700 Subject: [PATCH] FIX: Mentions unreadable on user cards --- app/assets/stylesheets/desktop/user-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/user-card.scss b/app/assets/stylesheets/desktop/user-card.scss index 01c26e83817..dbe2f757fc5 100644 --- a/app/assets/stylesheets/desktop/user-card.scss +++ b/app/assets/stylesheets/desktop/user-card.scss @@ -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;