Skip to content

Commit

Permalink
Fix color of cluster labels in Mermaid flowcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 2, 2022
1 parent 60f586f commit 4417243
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ marker {
stroke: var(--md-default-fg-color--lighter);
}

.cluster span {
color: var(--md-mermaid-label-fg-color);
font-family: var(--md-mermaid-font-family);
}

/* ----------------------------------------------------------------------------
* Rules: class diagrams
* ------------------------------------------------------------------------- */
Expand Down

0 comments on commit 4417243

Please sign in to comment.