mermaid
Version:
Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
33 lines (27 loc) • 460 B
text/less
.mermaid .label {
color: @text
}
.node rect,
.node circle,
.node ellipse,
.node polygon {
fill: @mainBkg;
stroke: @nodeBorder;
stroke-width: 1px;
}
.edgePath .path {
stroke: @lineColor;
stroke-width: 1.5px;
}
.edgeLabel {
background-color: @edgeLabelBackground;
}
.cluster rect {
fill: @secondBkg ;
rx: 4 !important;
stroke: @clusterBorder ;
stroke-width: 1px ;
}
.cluster text {
fill: @titleColor;
}