#2045 Small fix for alt ackground in state diagrams

This commit is contained in:
Knut Sveidqvist
2021-05-06 22:16:31 +02:00
parent f6b4794183
commit 2de9d491c3
2 changed files with 4 additions and 2 deletions

View File

@@ -51,6 +51,8 @@ stateDiagram-v2
state AnotherCompositeState {
AnotherState --> YetANotherState:a label
}
--
SSTAte
}
note left of CompositeState
Important information! You can write
@@ -92,7 +94,7 @@ sequenceDiagram
// console.error('Mermaid error: ', err);
};
mermaid.initialize({
theme: 'dark',
theme: 'neutral',
arrowMarkerAbsolute: true,
// themeCSS: '.edgePath .path {stroke: red;} .arrowheadPath {fill: red;}',
logLevel: 0,