mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 07:39:48 +02:00
Fix class diagram in dark theme 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
/* Flowchart variables */
|
/* Flowchart variables */
|
||||||
|
|
||||||
@nodeBkg: @mainBkg;
|
@nodeBkg: @mainBkg;
|
||||||
@nodeBorder: @border1;
|
@nodeBorder: purple;
|
||||||
@clusterBkg: @secondBkg;
|
@clusterBkg: @secondBkg;
|
||||||
@clusterBorder: @border2;
|
@clusterBorder: @border2;
|
||||||
@defaultLinkColor: @lineColor;
|
@defaultLinkColor: @lineColor;
|
||||||
|
Reference in New Issue
Block a user