#mermaid-image-editor {
    background: none !important;
}
#mermaid-image-editor .node rect, #mermaid-image-editor .node circle, #mermaid-image-editor .node ellipse, #mermaid-image-editor .node polygon, #mermaid-image-editor .node path {
    fill: #23241f !important;
}

.mermaid svg * {
  stroke-width: 2px!important;
}

#mermaid-image-editor .labelBkg {
    background: none !important;
}
#mermaid-image-editor .edgeLabel p {
    background: #23241f !important;
}
.edgeLabel p {
    background: #23241f !important;
}
.labelBkg {
    background: none !important;
}
.cluster rect {
    fill: #23241f!important;
}