ub-movements/src/viz.css
2024-04-26 15:10:05 +02:00

19 lines
No EOL
237 B
CSS

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;
}