Merge pull request #4091 from tomasibarrab/pink_hearts

FIX: Pink hearts on the badges section.
This commit is contained in:
Régis Hanol
2016-03-18 00:40:59 +01:00
@@ -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;
}
}