UNPKG

mermaid

Version:

Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.

36 lines (29 loc) 478 B
.mermaid .label { color: #333 } .node rect, .node circle, .node ellipse, .node polygon { fill: @mainBkg; stroke: @border1; stroke-width: 1px; } .arrowheadPath { fill: @arrowheadColor; } .edgePath .path { stroke: @lineColor; } .edgeLabel { background-color: @edgeLabelBackground; } .cluster rect { fill: @secondBkg !important; rx: 4 !important; stroke: @clusterBorder !important; stroke-width: 1px !important; } .cluster text { fill: @titleColor; }