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>
|
||||
{% 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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue