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