Fix pink hearts on the badges section.

This commit is contained in:
Tomas Ibarra 2016-03-17 15:29:39 -07:00
parent 213950e4cf
commit 0cb936bdcd
1 changed files with 3 additions and 3 deletions

View File

@ -20,15 +20,15 @@
}
&.badge-type-gold .fa {
color: #ffd700;
color: #ffd700 !important;
}
&.badge-type-silver .fa {
color: #c0c0c0;
color: #c0c0c0 !important;
}
&.badge-type-bronze .fa {
color: #cd7f32;
color: #cd7f32 !important;
}
}