Do you want custom article colour for each article or apply style for all articles?
If you want to apply style for all articles:
– you can add style for content area with template css file
example: on your template content area <table class=”table.contentpaneopen”> , you can add style on template.css file same
table.contentpaneopen { background-color:white, color: black }
If you want
custom article colour for each article:
– you can write content plugin, which has some params:
- background-color
- text-color
- ….
insert code of plugin on content of artice, exm: code of you plugin
{youpluginname background-color="white" text-color="black"}