2021-09-09 20:42:29 -04:00

16 lines
204 B
Plaintext

VFXFlowEdge.edge
{
--edge-width:4;
border-color : rgba(146,146,146,255);
}
VFXFlowEdge.edge.selected
{
border-color : rgba(240,240,240,255);
}
VFXFlowEdge.edge:hover
{
--edge-width:6;
}