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