mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
6 lines
93 B
CSS
6 lines
93 B
CSS
.axis path,
|
|
.axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
shape-rendering: crispEdges;
|
|
} |