/* this gets exported as style.css and can be used for the default theming */ @import '../../../system/src/styles/init.css'; @import '../../../system/src/styles/base.css'; .svelte-flow { --edge-label-color-default: inherit; } .svelte-flow.dark { --edge-label-color-default: #f8f8f8; } .svelte-flow__edge-label { text-align: center; position: absolute; color: var(--edge-label-color, var(--edge-label-color-default)); }