mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-06 22:04:16 +01:00
Fix class diagram default theme color issue
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
.node ellipse,
|
.node ellipse,
|
||||||
.node polygon {
|
.node polygon {
|
||||||
fill: @mainBkg;
|
fill: @mainBkg;
|
||||||
stroke: @nodeBorder;
|
stroke: @border1;
|
||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
/* Flowchart variables */
|
/* Flowchart variables */
|
||||||
|
|
||||||
@nodeBkg: @mainBkg;
|
@nodeBkg: @mainBkg;
|
||||||
@nodeBorder: @border1;
|
@nodeBorder: #9370DB;
|
||||||
@clusterBkg: @secondBkg;
|
@clusterBkg: @secondBkg;
|
||||||
@clusterBorder: @border2;
|
@clusterBorder: @border2;
|
||||||
@defaultLinkColor: @lineColor;
|
@defaultLinkColor: @lineColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user