1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| .mermaid
| --theme: darkgoldenrod
| background-color: transparent !important
| margin-bottom: 2.5rem
| svg
| margin: 0 auto
| display: block
| .actor, .labelBox, .classGroup rect
| fill: var(--theme) !important
| stroke: var(--theme) !important
| .messageText, tspan, text
| fill: var(--text) !important
| stroke: var(--text) !important
| .messageLine0, .loopLine
| stroke: var(--theme) !important
| fill: var(--theme) !important
|
|