prefix category name with 'category-banner-' to avoid class collision

This commit is contained in:
Kris 2019-11-01 16:43:08 -04:00
parent ab78b924b1
commit c3bf66fadd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
}
}
return h('div.category-title-header' + " ." + category.slug, {
return h('div.category-title-header' + " .category-banner-" + category.slug, {
"attributes" : {
"style" : "background-color: #" + category.color + "; color: #" + category.text_color + ";"
}