Color fix for default nodes in mindmap, line uses inv color

This commit is contained in:
Knut Sveidqvist 2022-10-18 16:04:14 +02:00
parent e86d7894f5
commit 2ae8bf2987
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ const genSections = (options) => {
.node-icon-${i - 1} {
font-size: 40px;
color: ${options['cScaleLabel' + i]};
// fill: ${options['cScaleLabel' + i]};
// color: ${options['gitInv' + i]};
}
.section-edge-${i - 1}{
@ -36,7 +37,7 @@ const genSections = (options) => {
stroke-width: ${sw};
}
.section-${i - 1} line {
stroke: ${options['lineColor' + i]} ;
stroke: ${options['cScaleInv' + i]} ;
stroke-width: 3;
}