lookyloo/website/web/static/stats.css

19 lines
240 B
CSS
Raw Normal View History

2020-12-07 13:33:14 +01:00
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.grid path,
.grid line {
fill: none;
stroke: rgba(0, 0, 0, 0.25);
shape-rendering: crispEdges;
}
.line {
fill: none;
stroke-width: 2.5px;
}