mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Rendering commits and commit labels
This commit is contained in:
@@ -11,6 +11,15 @@ const getStyles = options =>
|
||||
.branch {
|
||||
stroke-width: 10;
|
||||
}
|
||||
.commit-labels { font-size: 10px; }
|
||||
.commit0 { stroke: ${options.fillType0}; fill: ${options.fillType0}; }
|
||||
.commit1 { stroke: ${options.fillType1}; fill: ${options.fillType1}; }
|
||||
.commit2 { stroke: ${options.fillType2}; fill: ${options.fillType2}; }
|
||||
.commit3 { stroke: ${options.fillType3}; fill: ${options.fillType3}; }
|
||||
.commit4 { stroke: ${options.fillType4}; fill: ${options.fillType4}; }
|
||||
.commit5 { stroke: ${options.fillType5}; fill: ${options.fillType5}; }
|
||||
.commit6 { stroke: ${options.fillType6}; fill: ${options.fillType6}; }
|
||||
.commit7 { stroke: ${options.fillType7}; fill: ${options.fillType7}; }
|
||||
.branch0 { stroke: ${options.fillType0}; }
|
||||
.branch1 { stroke: ${options.fillType1}; }
|
||||
.branch2 { stroke: ${options.fillType2}; }
|
||||
|
Reference in New Issue
Block a user