diff options
Diffstat (limited to 'client/chart/chart.css')
| -rw-r--r-- | client/chart/chart.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/client/chart/chart.css b/client/chart/chart.css new file mode 100644 index 00000000..f9c33247 --- /dev/null +++ b/client/chart/chart.css @@ -0,0 +1,22 @@ +.chart text { + fill: white; +} +.chart line { + stroke: white; +} +.chart path { + stroke: white; +} +.c3 path, +.c3 line { + stroke: white; +} + +.c3-tooltip, +.c3-tooltip td { + background: rgba(0,0,0,0.8); +} +.c3-tooltip th { + font-family: 'Roboto', sans-serif; + background: black; +} |
