Chart styles

This commit is contained in:
Dennis Eichhorn 2017-01-08 11:35:49 +01:00
parent 957699b668
commit f5861ceb2f

View File

@ -0,0 +1,6 @@
svg .positive rect {
fill: darkolivegreen;
}
svg .negative rect {
fill: crimson;
}