mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Minor change.
This commit is contained in:
@@ -58,7 +58,7 @@ const getStyles = (options) =>
|
||||
}
|
||||
|
||||
.grid .tick text {
|
||||
font-family: var(--mermaid-font-family), trebuchet ms, verdana, arial, sans-serif;
|
||||
font-family: ${options.fontFamily};
|
||||
fill: ${options.textColor};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user