make all <i> tags grey in .reply-to area

This commit is contained in:
Jeff Atwood 2015-08-07 12:43:29 -07:00
parent 0300da59e2
commit 262e94c48e
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
.reply-to {
margin-bottom: 10px;
.reply-to-glyph {
i {
color: scale-color($primary, $lightness: 50%);
}
}