diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-08 20:51:11 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-08 20:51:11 +0100 |
| commit | 1b086936a927aed44e505b12239c78fefa1e058c (patch) | |
| tree | 2438609c973c4a3e791509bb30d9ac6827950b0b /client/chart/chart.css | |
| parent | e6c50e5550275b8e9d2245201c77c6f9fef7a11a (diff) | |
chart!
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; +} |
