summaryrefslogtreecommitdiff
path: root/examples/external/force/force.css
blob: fee3f313ba6fa4e909ff48b432e5520c849945af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.nodes circle {
    cursor: pointer;
    fill: #ff3399;
    stroke: #000;
    stroke-width: .5px;
}

.links line {
    fill: none;
    stroke: #9ecae1;
    stroke-width: .5px;
}