11 lines
135 B
CSS
11 lines
135 B
CSS
![]() |
path {
|
||
|
fill: none;
|
||
|
stroke: black;
|
||
|
stroke-width: 0.01;
|
||
|
stroke-opacity: 0.5;
|
||
|
}
|
||
|
|
||
|
line.axis {
|
||
|
fill: none;
|
||
|
stroke-width: 0.01;
|
||
|
}
|