#1542 Dark theme fixes for gantt

This commit is contained in:
Knut Sveidqvist
2020-07-20 10:00:08 +02:00
parent 68aa7fa3a4
commit ceb84ce020
3 changed files with 5 additions and 5 deletions

View File

@@ -57,8 +57,8 @@ const getStyles = options =>
opacity: 0.8;
shape-rendering: crispEdges;
text {
font-family: 'trebuchet ms', verdana, arial;
font-family: var(--mermaid-font-family);
font-family: ${options.fontFamily};
fill: ${options.textColor};
}
}

View File

@@ -22,7 +22,7 @@ const getStyles = options =>
.face {
fill: #FFF8DC;
stroke: #999';
stroke: #999;
}
.node rect,