Added neutral style

This commit is contained in:
Yohan Lasorsa
2016-10-05 15:20:58 +02:00
parent 605d74dd0d
commit 6a6d6b6f85
6 changed files with 399 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
.mermaid .label { color: @text }
.node rect,
.node circle,
.node ellipse,
.node polygon {
fill: @mainBkg;
stroke: @nodeBorder;
stroke-width: 1px;
}
.edgePath .path {
stroke: @lineColor;
stroke-width: 1.5px;
}
.edgeLabel {
background-color: @edgeLabelBackground;
}
.cluster rect {
fill: @secondBkg !important;
rx: 4 !important;
stroke: @clusterBorder !important;
stroke-width: 1px !important;
}
.cluster text {
fill: @titleColor;
}