mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 09:20:03 +02:00
#1542 Dark theme fixes for gantt
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -22,7 +22,7 @@ const getStyles = options =>
|
||||
|
||||
.face {
|
||||
fill: #FFF8DC;
|
||||
stroke: #999';
|
||||
stroke: #999;
|
||||
}
|
||||
|
||||
.node rect,
|
||||
|
Reference in New Issue
Block a user