mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
#1590 Theme base tweaked for custom theming
This commit is contained in:
@@ -81,7 +81,7 @@ g.stateGroup line {
|
||||
}
|
||||
|
||||
.node circle.state-start {
|
||||
fill: ${options.primaryBorderColor};
|
||||
fill: ${options.lineColor};
|
||||
stroke: black;
|
||||
}
|
||||
.node circle.state-end {
|
||||
@@ -89,6 +89,11 @@ g.stateGroup line {
|
||||
stroke: ${options.background};
|
||||
stroke-width: 1.5
|
||||
}
|
||||
.end-state-inner {
|
||||
fill: ${options.background};
|
||||
// stroke: ${options.background};
|
||||
stroke-width: 1.5
|
||||
}
|
||||
|
||||
.node rect {
|
||||
fill: ${options.mainBkg};
|
||||
|
Reference in New Issue
Block a user