FIX: Category badges in the header should use the primary header color
This commit is contained in:
parent
3b38667274
commit
c1b8943a6f
|
@ -583,7 +583,7 @@ iframe {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.badge-category {
|
.badge-category {
|
||||||
color: $primary;
|
color: $header_primary;
|
||||||
padding: 0 0 0 3px;
|
padding: 0 0 0 3px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue