mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 22:03:35 -04:00
Fixed color of cluster labels in Mermaid flowcharts (#3657)
Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bd9ad9d1b7
commit
d023e49593
@@ -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
|
||||
* ------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user