mermaid
Version:
Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
38 lines (31 loc) • 551 B
text/less
.mermaid .label {
font-family: 'trebuchet ms', verdana, arial;
color: #333
}
.node rect,
.node circle,
.node ellipse,
.node polygon {
fill: @mainBkg;
stroke: @nodeBorder;
stroke-width: 1px;
}
.arrowheadPath {
fill: @arrowheadColor;
}
.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;
}