manually revert heart color change

This commit is contained in:
Jeff Atwood
2015-07-10 14:41:38 -07:00
parent 57b85f2dc8
commit 00db0d878f
4 changed files with 5 additions and 11 deletions

View File

@@ -40,6 +40,9 @@
margin-left: 0.2em;
color: dark-light-diff($primary, $secondary, 50%, -50%);
}
i.fa-heart {
color: $love;
}
}
margin-bottom: 1em;
}