mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-01 16:34:14 -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 {
|
a.mention {
|
||||||
background-color: scale-color($user_card_primary, $lightness: 50%);
|
background-color: scale-color($user_card_primary, $lightness: -60%);
|
||||||
}
|
}
|
||||||
.overflow {
|
.overflow {
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue