mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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:
parent
bd9ad9d1b7
commit
d023e49593
29
material/assets/javascripts/bundle.a7a86d2a.min.js
vendored
Normal file
29
material/assets/javascripts/bundle.a7a86d2a.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
material/assets/javascripts/bundle.a7a86d2a.min.js.map
Normal file
8
material/assets/javascripts/bundle.a7a86d2a.min.js.map
Normal file
File diff suppressed because one or more lines are too long
@ -214,7 +214,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.144dcfcd.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.a7a86d2a.min.js' | url }}"></script>
|
||||||
{% for path in config["extra_javascript"] %}
|
{% for path in config["extra_javascript"] %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -92,6 +92,12 @@ marker {
|
|||||||
stroke: var(--md-default-fg-color--lighter);
|
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
|
* Rules: class diagrams
|
||||||
* ------------------------------------------------------------------------- */
|
* ------------------------------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user