Fix class diagram in dark theme issue

This commit is contained in:
Tyler Long
2017-04-22 23:33:54 +08:00
parent 2134dbb2fd
commit 42846cce50
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
/* Flowchart variables */
@nodeBkg: @mainBkg;
@nodeBorder: @border1;
@nodeBorder: purple;
@clusterBkg: @secondBkg;
@clusterBorder: @border2;
@defaultLinkColor: @lineColor;