#1874 Protecting the original configuration

This commit is contained in:
Knut Sveidqvist
2021-01-27 22:23:33 +01:00
parent 2e5771b9e8
commit 177cd30854
6 changed files with 43 additions and 19 deletions

View File

@@ -69,6 +69,9 @@ const getStyles = options =>
.cluster span {
color: ${options.titleColor};
}
.cluster div {
color: ${options.titleColor};
}
div.mermaidTooltip {
position: absolute;