Make KB article list text color black

This commit is contained in:
Alma Armas 2020-06-29 19:53:57 +00:00
parent f9e0815455
commit 2095669665

View file

@ -7,5 +7,7 @@
{/block} {/block}
{block content} {block content}
{$content|noescape} <div class="knowledgeBaseArticle">
{$content|noescape}
</div>
{/block} {/block}