diff --git a/Modules/Chart/resource/Chart.css b/Modules/Chart/resource/Chart.css index 621d54e955..682ac4091a 100644 --- a/Modules/Chart/resource/Chart.css +++ b/Modules/Chart/resource/Chart.css @@ -1,28 +1,28 @@ body { - background-color: white !important; + background-color: #ece8e4 !important; } /*-- Bar --*/ .c3-bar { fill-opacity: 1; } .c3-bar._expanded_ { fill: red !important; /*-- The !important tag prevnts the color from being overwritten at rendering--*/ fill-opacity: 1; } /*-- Line --*/ .c3-line { stroke-width: 1px; /*stroke-dasharray: 5,5; /*to make it dashed*/ } /*-- Point --*/ .c3-circle._expanded_ { stroke-width: 1px; stroke: red !important; fill: red !important; /*-- The !important tag prevnts the color from being overwritten at rendering--*/} /*path.domain { stroke: white; } .tick text { stroke: white; } .c3-legend-item text { stroke: grey; }*/