You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
317 B
22 lines
317 B
.network {
|
|
width: 100%;
|
|
height: 100vh;
|
|
animation: fadein 0.5s;
|
|
animation-timing-function:linear;
|
|
animation-fill-mode: forwards;
|
|
animation-iteration-count: 1;
|
|
}
|
|
|
|
.links line {
|
|
stroke: #999;
|
|
stroke-opacity: 0.6;
|
|
}
|
|
|
|
.nodes circle {
|
|
stroke: black ;
|
|
stroke-width: 0px;
|
|
}
|
|
|
|
.active-peer {
|
|
fill: pink;
|
|
}
|