mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Finalizing GitGraph with directives, theming & docs
This commit is contained in:
@@ -23,7 +23,7 @@ const getStyles = (options) =>
|
||||
|
||||
.branch {
|
||||
stroke-width: 1;
|
||||
stroke: black;
|
||||
stroke: ${options.lineColor};
|
||||
stroke-dasharray: 2;
|
||||
}
|
||||
.commit-label { font-size: 10px; fill: ${options.commitLabelColor};}
|
||||
|
Reference in New Issue
Block a user