#1542 Dark theme fixes for pie and user-journey

This commit is contained in:
Knut Sveidqvist
2020-07-20 09:44:09 +02:00
parent 70cd0655ed
commit 68aa7fa3a4
6 changed files with 33 additions and 9 deletions

View File

@@ -2,13 +2,29 @@ const getStyles = options =>
`.label {
font-family: 'trebuchet ms', verdana, arial;
font-family: var(--mermaid-font-family);
color: #333;
color: ${options.textColor};
}
.mouth {
stroke: #666;
}
line {
stroke: ${options.textColor}
}
.legend {
fill: ${options.textColor};
}
.label text {
fill: #333;
}
.face {
fill: #FFF8DC;
stroke: #999';
}
.node rect,
.node circle,
.node ellipse,