mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
Fix for issue #128 - flowchart - styling of edges via css overrides specific styles set in the graph definition
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.edgePath .path {
|
||||
stroke: @lineColor !important;
|
||||
stroke: @lineColor;
|
||||
|
||||
}
|
||||
.cluster rect{
|
||||
|
@@ -7,7 +7,8 @@
|
||||
}
|
||||
|
||||
.edgePath .path {
|
||||
stroke: @lineColor !important;
|
||||
stroke: @lineColor;
|
||||
stroke-width: 1.5px;
|
||||
|
||||
}
|
||||
.cluster rect{
|
||||
|
@@ -1,6 +1,7 @@
|
||||
@mainBkg: #cde498;
|
||||
@secondBkg: #cdffb2;
|
||||
@lineColor: #1a3318;
|
||||
@lineColor: green;
|
||||
@border1: #13540c;
|
||||
@border2: #6eaa49;
|
||||
|
||||
|
Reference in New Issue
Block a user