summaryrefslogtreecommitdiff
path: root/client/chart/chart.css
blob: f9c332478f62f3f54f4627677a1adc0e9d673c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
}