/* Keep Mermaid diagrams transparent on all pages */
.md-typeset .mermaid > svg {
  background-color: transparent !important;
}
