Merge pull request #3730 from riking/patch-7
FIX: Mentions unreadable on user cards
This commit is contained in:
commit
fa7d38a773
|
@ -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…
Reference in New Issue