From 1b086936a927aed44e505b12239c78fefa1e058c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 8 Mar 2019 20:51:11 +0100 Subject: chart! --- client/chart/chart.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 client/chart/chart.css (limited to 'client/chart/chart.css') 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; +} -- cgit v1.2.3-70-g09d2