UX: match mention styling with username styling on top of post
This commit is contained in:
parent
6a13cc1c22
commit
01e0321f44
|
@ -570,6 +570,8 @@ a.mention, a.mention-group {
|
||||||
color: dark-light-diff($primary, $secondary, 30%, -30%);
|
color: dark-light-diff($primary, $secondary, 30%, -30%);
|
||||||
background: dark-light-diff($primary, $secondary, 95%, -60%);
|
background: dark-light-diff($primary, $secondary, 95%, -60%);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 0.93em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue