Pivot header color

Hi there.
Is there any way to customize pivot header css like background color and font color? Wasn’t able to find anything like that in docs.
Thanks

Hello,
You can style header cells by using such css selectors as .webix_pivot .webix_hcell

<style>          
     .webix_pivot .webix_hcell {
      background-color:green;
  }
</style>

Here is an example: https://webix.com/snippet/839f0ca8