mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
22 lines
326 B
Plaintext
22 lines
326 B
Plaintext
|
.mermaid .label { color:#333}
|
||
|
|
||
|
.node rect, .node circle, .node polygon {
|
||
|
fill: @mainBkg;
|
||
|
stroke: @nodeBorder;
|
||
|
stroke-width: 1px;
|
||
|
}
|
||
|
|
||
|
.edgePath .path {
|
||
|
stroke: @lineColor !important;
|
||
|
|
||
|
}
|
||
|
.cluster rect{
|
||
|
fill: @secondBkg;
|
||
|
rx:40;
|
||
|
stroke: @clusterBorder;
|
||
|
stroke-width: 1px;
|
||
|
}
|
||
|
|
||
|
.cluster text {
|
||
|
fill:@titleColor;
|
||
|
}
|