Cameteo/raspberry/python/static/css/data_viz.css

16 lines
172 B
CSS

.area {
fill: lightsteelblue;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
.dot {
fill: white;
stroke: steelblue;
stroke-width: 1.5px;
}