Finalizing GitGraph with directives, theming & docs

This commit is contained in:
ashishj
2022-03-31 19:37:36 +02:00
parent f6421734a2
commit 12c63ff007
8 changed files with 345 additions and 36 deletions

View File

@@ -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};}