| body { | |
| overflow: hidden; | |
| } | |
| .react-flow__handle { | |
| min-width: initial !important; | |
| min-height: initial !important; | |
| height: 4px !important; | |
| width: 4px !important; | |
| border: none !important; | |
| } | |
| .react-flow__edge-path { | |
| stroke: black !important; | |
| } | |
| .react-flow__handle.connectingto { | |
| background: #ff6060; | |
| } | |
| .react-flow__handle.valid { | |
| background: #55dd99; | |
| } |