mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
FIX: Mentions unreadable on user cards
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user