fix header primary missing color

This commit is contained in:
Sam 2015-01-30 17:57:46 +11:00
parent 52bc03b5e6
commit 833b7b8f0b
1 changed files with 5 additions and 3 deletions

View File

@ -95,10 +95,12 @@ h1 a.badge-category div {vertical-align: top;}
// specific styles for badge categories
.bar {
.badge-category {
.bar .badge-category {
color: $primary !important;
}
}
header .bar .badge-category {
color: $header-primary !important;
}