16 lines
172 B
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;
|
||
|
}
|