cssOMS/chart/chart_bar.css

6 lines
86 B
CSS

svg .positive rect {
fill: darkolivegreen;
}
svg .negative rect {
fill: crimson;
}