Fixed color of cluster labels in Mermaid flowcharts (#3657)

Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com>
This commit is contained in:
Timothée Mazzucotelli
2022-03-06 11:31:19 +01:00
committed by GitHub
parent bd9ad9d1b7
commit d023e49593
4 changed files with 44 additions and 1 deletions

View File

@@ -92,6 +92,12 @@ marker {
stroke: var(--md-default-fg-color--lighter);
}
/* Flowchart subgraph labels */
.cluster span {
color: var(--md-mermaid-label-fg-color);
font-family: var(--md-mermaid-font-family);
}
/* ----------------------------------------------------------------------------
* Rules: class diagrams
* ------------------------------------------------------------------------- */