to match rounded avatar, rounded @name mentions

This commit is contained in:
Jeff Atwood 2015-06-25 23:41:25 -07:00
parent e32cecf60f
commit 9e4080d825
1 changed files with 1 additions and 0 deletions

View File

@ -563,6 +563,7 @@ a.mention {
padding: 2px 4px;
color: $primary;
background: dark-light-diff($primary, $secondary, 90%, -60%);
border-radius: 8px;
}