body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } /* Fix React Flow node background */ .react-flow__node { background: transparent !important; border: none !important; box-shadow: none !important; } .react-flow__node-custom { background: transparent !important; border: none !important; padding: 0 !important; } .react-flow__node-default { background: transparent !important; border: none !important; padding: 0 !important; }