Adding inline CSS code to visuals
Inline CSS usage
th{
background-color: #336699;
color: #ffffff;
}
After refreshing a table visual, it will look something like this:
![](../images/viz-custom-style-css-inline-visual.png)
th{
background-color: #336699;
color: #ffffff;
}
After refreshing a table visual, it will look something like this: