How to use custom highchart colors inside charts? Below doesn't work for some reason PieChart.module.css' .chartColours { .highcharts-color-0 { fill: greenyellow; stroke: blue; } import styles from './PieChart.module.css' 
How to use custom highchart colors inside charts?
Below doesn't work for some reason
PieChart.module.css'
.chartColours {
.highcharts-color-0 {
fill: greenyellow;
stroke: blue;
}
import styles from './PieChart.module.css'
