mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:24:07 -04:00
Fixed stroke width not effective in Mermaid.js diagrams
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -245,7 +245,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.eef24d18.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.94882406.min.js' | url }}"></script>
|
||||
{% for script in config.extra_javascript %}
|
||||
{{ script | script_tag }}
|
||||
{% endfor %}
|
||||
|
||||
@@ -83,7 +83,6 @@ marker {
|
||||
.edgePath .path,
|
||||
.flowchart-link {
|
||||
stroke: var(--md-mermaid-edge-color);
|
||||
stroke-width: .05rem;
|
||||
}
|
||||
|
||||
/* Flowchart arrow head */
|
||||
|
||||
Reference in New Issue
Block a user