mirror of
https://github.com/d3/d3.git
synced 2026-01-25 15:24:06 +00:00
10 lines
103 B
CSS
10 lines
103 B
CSS
.node {
|
|
font: 10px sans-serif;
|
|
}
|
|
|
|
.link {
|
|
stroke: steelblue;
|
|
stroke-opacity: .4;
|
|
fill: none;
|
|
}
|