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
|
||||
|
||||
.bar {
|
||||
.badge-category {
|
||||
.bar .badge-category {
|
||||
color: $primary !important;
|
||||
}
|
||||
}
|
||||
|
||||
header .bar .badge-category {
|
||||
color: $header-primary !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue