1
0
Fork 0

Make axises a little darker

This commit is contained in:
Gregory Eremin 2015-11-01 22:31:04 +03:00
parent 7a7f02cadc
commit 1844832255
1 changed files with 3 additions and 3 deletions

View File

@ -63,11 +63,11 @@ body {
stroke: #f64;
}
.linechart .axis {
stroke: #aaa;
stroke: #888;
}
.linechart .arrow {
stroke: #aaa;
fill: #aaa;
stroke: #888;
fill: #888;
}