mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 21:39:40 +02:00
MC-2029: Added styling
This commit is contained in:
@@ -119,6 +119,10 @@ class Theme {
|
|||||||
this.taskTextDarkColor = this.taskTextDarkColor || this.textColor;
|
this.taskTextDarkColor = this.taskTextDarkColor || this.textColor;
|
||||||
this.taskTextClickableColor = this.taskTextClickableColor || '#003163';
|
this.taskTextClickableColor = this.taskTextClickableColor || '#003163';
|
||||||
|
|
||||||
|
/* Architecture Diagram variables */
|
||||||
|
this.archEdgeColor = this.lineColor;
|
||||||
|
this.archEdgeArrowColor = this.lineColor;
|
||||||
|
|
||||||
/* Sequence Diagram variables */
|
/* Sequence Diagram variables */
|
||||||
|
|
||||||
this.personBorder = this.personBorder || this.primaryBorderColor;
|
this.personBorder = this.personBorder || this.primaryBorderColor;
|
||||||
|
Reference in New Issue
Block a user