prefix category name with 'category-banner-' to avoid class collision
This commit is contained in:
parent
ab78b924b1
commit
c3bf66fadd
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return h('div.category-title-header' + " ." + category.slug, {
|
return h('div.category-title-header' + " .category-banner-" + category.slug, {
|
||||||
"attributes" : {
|
"attributes" : {
|
||||||
"style" : "background-color: #" + category.color + "; color: #" + category.text_color + ";"
|
"style" : "background-color: #" + category.color + "; color: #" + category.text_color + ";"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue