fix header primary missing color
This commit is contained in:
parent
52bc03b5e6
commit
833b7b8f0b
|
@ -95,10 +95,12 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
|
|
||||||
// specific styles for badge categories
|
// specific styles for badge categories
|
||||||
|
|
||||||
.bar {
|
.bar .badge-category {
|
||||||
.badge-category {
|
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header .bar .badge-category {
|
||||||
|
color: $header-primary !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue