mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-24 21:13:54 -04:00
FIX: Mentions unreadable on user cards
This commit is contained in:
parent
49096e5801
commit
72d32160b3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue