UX: match mention styling with username styling on top of post

This commit is contained in:
Sam Saffron 2016-01-31 10:39:05 +11:00
parent 6a13cc1c22
commit 01e0321f44

View file

@ -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;
}