mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
Update styles
This commit is contained in:
@@ -40,6 +40,18 @@ const getStyles = (options) => `
|
|||||||
.relationshipLabel {
|
.relationshipLabel {
|
||||||
fill: ${options.relationLabelColor};
|
fill: ${options.relationLabelColor};
|
||||||
}
|
}
|
||||||
|
.divider {
|
||||||
|
stroke: ${options.nodeBorder};
|
||||||
|
stroke-width: 1;
|
||||||
|
}
|
||||||
|
.label {
|
||||||
|
font-family: ${options.fontFamily};
|
||||||
|
color: ${options.nodeTextColor || options.textColor};
|
||||||
|
}
|
||||||
|
.label text,span {
|
||||||
|
fill: ${options.nodeTextColor || options.textColor};
|
||||||
|
color: ${options.nodeTextColor || options.textColor};
|
||||||
|
}
|
||||||
|
|
||||||
`;
|
`;
|
||||||
// fill', conf.rect_fill)
|
// fill', conf.rect_fill)
|
||||||
|
Reference in New Issue
Block a user