Fix class diagram default theme color issue

This commit is contained in:
Tyler Long
2017-04-22 21:43:07 +08:00
parent c56ac30d39
commit 4ba3ff6769
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
.node ellipse,
.node polygon {
fill: @mainBkg;
stroke: @nodeBorder;
stroke: @border1;
stroke-width: 1px;
}

View File

@@ -8,7 +8,7 @@
/* Flowchart variables */
@nodeBkg: @mainBkg;
@nodeBorder: @border1;
@nodeBorder: #9370DB;
@clusterBkg: @secondBkg;
@clusterBorder: @border2;
@defaultLinkColor: @lineColor;