Fixed stroke width not effective in Mermaid.js diagrams
This commit is contained in:
parent
08fd86935b
commit
1f7c404a07
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>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% 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 %}
|
{% for script in config.extra_javascript %}
|
||||||
{{ script | script_tag }}
|
{{ script | script_tag }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,6 @@ marker {
|
||||||
.edgePath .path,
|
.edgePath .path,
|
||||||
.flowchart-link {
|
.flowchart-link {
|
||||||
stroke: var(--md-mermaid-edge-color);
|
stroke: var(--md-mermaid-edge-color);
|
||||||
stroke-width: .05rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Flowchart arrow head */
|
/* Flowchart arrow head */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue