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

weru
22.21.2023 40f93a906ddc232ea5180a069c564d7212f7c1d5
assets/sass/_mermaid.sass
@@ -1,23 +1,7 @@
.mermaid
html[data-mode="dark"] .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
  .tspan, messageText, text, .taskText, .taskText2, .taskTextOutsideRight, doneCritText0, doneCritText1, doneCritText2
    fill: var(--text) !important
    stroke: var(--text) !important
  .er.entityBox
    fill: var(--theme) !important
    stroke: #9370DB !important
    stroke-width: 1px !important
  .loopLine
    stroke: var(--text) !important
    stroke-width: 1px !important