mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-24 23:02:23 +02:00
20 lines
208 B
CSS
20 lines
208 B
CSS
.node {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.node circle {
|
|
fill: #fff;
|
|
stroke: steelblue;
|
|
stroke-width: 1.5px;
|
|
}
|
|
|
|
.node text {
|
|
font: 12px sans-serif;
|
|
}
|
|
|
|
.link {
|
|
fill: none;
|
|
stroke: #ccc;
|
|
stroke-width: 1px;
|
|
}
|