mirror of https://github.com/onweru/compose.git

weru
16.13.2023 3dc0cfb10bf279c5d224251c3af13b6843b62aab
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