ub-movements/src/viz.css

19 lines
237 B
CSS
Raw Normal View History

svg path {
fill: none;
/* stroke: rgba(255, 255, 0, .1); */
stroke: #bc89ff10;
stroke-width: 2px;
}
svg circle{
fill: white;
}
svg text{
fill: white;
font-size: 30pt;
}
path:not(.selected){
opacity:0;
}