mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
UX: match mention styling with username styling on top of post
This commit is contained in:
parent
6a13cc1c22
commit
01e0321f44
1 changed files with 2 additions and 0 deletions
|
@ -570,6 +570,8 @@ a.mention, a.mention-group {
|
|||
color: dark-light-diff($primary, $secondary, 30%, -30%);
|
||||
background: dark-light-diff($primary, $secondary, 95%, -60%);
|
||||
border-radius: 8px;
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue