FIX: Category badges in the header should use the primary header color

This commit is contained in:
Robin Ward 2014-10-09 16:48:15 -04:00
parent 3b38667274
commit c1b8943a6f

View file

@ -583,7 +583,7 @@ iframe {
padding: 0;
.badge-category {
color: $primary;
color: $header_primary;
padding: 0 0 0 3px;
margin-right: 5px;
}