zrok/ui100/src/react-flow.css
2024-12-04 12:26:29 -05:00

8 lines
160 B
CSS

.react-flow__node {
font-family: "Poppins", sans-serif;
color: #241775;
border: 1px solid #241775;
}
.react-flow__attribution {
display: none;
}