summaryrefslogtreecommitdiff
path: root/client/chart/chart.css
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-10-08 16:02:47 +0200
committeradamhrv <adam@ahprojects.com>2019-10-08 16:02:47 +0200
commit27340ac4cd43f8eec7414495b541a65566ae2656 (patch)
treecd43fcf1af026c75e6045d71d7d783ec460ba3ee /client/chart/chart.css
parenta4ea2852f4b46566a61f988342aa04e4059ccef9 (diff)
update site, white
Diffstat (limited to 'client/chart/chart.css')
-rw-r--r--client/chart/chart.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/client/chart/chart.css b/client/chart/chart.css
index f9c33247..2df5a97a 100644
--- a/client/chart/chart.css
+++ b/client/chart/chart.css
@@ -1,22 +1,24 @@
.chart text {
- fill: white;
+ fill: black;
}
.chart line {
- stroke: white;
+ stroke: black;
}
.chart path {
- stroke: white;
+ stroke: black;
}
.c3 path,
.c3 line {
- stroke: white;
+ stroke: black;
}
.c3-tooltip,
.c3-tooltip td {
background: rgba(0,0,0,0.8);
+ color: #fff;
}
.c3-tooltip th {
font-family: 'Roboto', sans-serif;
- background: black;
-}
+ background: rgba(255,255,255,0.0);
+ /*background: black;*/
+} \ No newline at end of file