mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
updated styles
This commit is contained in:
parent
4754ed01ab
commit
01bf7af360
@ -165,10 +165,17 @@ const getStyles = (options: FlowChartStyleOptions) =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-shape {
|
.icon-shape {
|
||||||
|
background-color: ${options.edgeLabelBackground};
|
||||||
p {
|
p {
|
||||||
background-color: ${options.edgeLabelBackground};
|
background-color: ${options.edgeLabelBackground};
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
rect {
|
||||||
|
opacity: 0.5;
|
||||||
|
background-color: ${options.edgeLabelBackground};
|
||||||
|
fill: ${options.edgeLabelBackground};
|
||||||
|
}
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user