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