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

weru
15.35.2021 75846c19085ddf9647ade1b8c8c374dda58e93f7
assets/sass/_components.sass
@@ -326,3 +326,19 @@
    background-position: 50% 50%
    background-repeat: no-repeat
.mermaid
  --theme: darkgoldenrod
  background-color: transparent !important
  margin-bottom: 2.5rem
  svg
    margin: 0 auto
    display: block
  .actor, .labelBox
    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