12 lines
183 B
CSS
12 lines
183 B
CSS
path {
|
|
stroke: red;
|
|
stroke-width: var(--edge-stroke-width);
|
|
fill: none;
|
|
}
|
|
|
|
circle {
|
|
fill: #FFBD33;
|
|
stroke: #FF5733;
|
|
stroke-width: 0;
|
|
r: var(--node-r);
|
|
} |