lighten wiki and email left gutter icons a bit

This commit is contained in:
Jeff Atwood 2014-09-04 14:42:41 -07:00
parent bbbca820d8
commit ea36daf51a
1 changed files with 2 additions and 2 deletions

View File

@ -769,14 +769,14 @@ $topic-avatar-width: 45px;
.wiki { .wiki {
margin-top: 14px; margin-top: 14px;
color: scale-color($primary, $lightness: 60%); color: scale-color($primary, $lightness: 80%);
margin-left: 5px; margin-left: 5px;
cursor: pointer; cursor: pointer;
} }
.via-email { .via-email {
margin: 14px 0 0 8px; margin: 14px 0 0 8px;
color: scale-color($primary, $lightness: 60%); color: scale-color($primary, $lightness: 80%);
} }
} }