mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Mentions unreadable on user cards
This commit is contained in:
parent
49096e5801
commit
72d32160b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user