Merge branch 'develop' of github.com:mermaid-js/mermaid into develop

This commit is contained in:
Knut Sveidqvist
2021-01-24 08:33:03 +01:00
5 changed files with 149 additions and 2 deletions

View File

@@ -62,6 +62,14 @@ const getStyles = options =>
stroke-width: 1px;
}
.cluster text {
fill: ${options.titleColor};
}
.cluster span {
color: ${options.titleColor};
}
div.mermaidTooltip {
position: absolute;
text-align: center;