mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
#2017 Added useage of theme variable requirementTextColor
This commit is contained in:
@@ -20,6 +20,10 @@ const getStyles = options => `
|
|||||||
stroke: ${options.requirementBorderColor};
|
stroke: ${options.requirementBorderColor};
|
||||||
stroke-width: ${options.requirementBorderSize};
|
stroke-width: ${options.requirementBorderSize};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reqTitle, .reqLabel{
|
||||||
|
fill: ${options.requirementTextColor};
|
||||||
|
}
|
||||||
.reqLabelBox {
|
.reqLabelBox {
|
||||||
fill: ${options.relationLabelBackground};
|
fill: ${options.relationLabelBackground};
|
||||||
fill-opacity: 100%;
|
fill-opacity: 100%;
|
||||||
|
Reference in New Issue
Block a user