Make axises a little darker
This commit is contained in:
parent
7a7f02cadc
commit
1844832255
|
@ -63,11 +63,11 @@ body {
|
||||||
stroke: #f64;
|
stroke: #f64;
|
||||||
}
|
}
|
||||||
.linechart .axis {
|
.linechart .axis {
|
||||||
stroke: #aaa;
|
stroke: #888;
|
||||||
}
|
}
|
||||||
.linechart .arrow {
|
.linechart .arrow {
|
||||||
stroke: #aaa;
|
stroke: #888;
|
||||||
fill: #aaa;
|
fill: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue