mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 04:04:28 +01:00
#1542 Alignment between themes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Base theme for cusom themeingconst getStyles = options =>
|
||||
const getStyles = options =>
|
||||
`
|
||||
.entityBox {
|
||||
fill: ${options.mainBkg};
|
||||
@@ -13,6 +13,10 @@ Base theme for cusom themeingconst getStyles = options =>
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.relationshipLine {
|
||||
stroke: ${options.lineColor};
|
||||
}
|
||||
`;
|
||||
|
||||
export default getStyles;
|
||||
|
||||
Reference in New Issue
Block a user