Fixed stroke width not effective in Mermaid.js diagrams

This commit is contained in:
squidfunk 2025-08-14 12:25:01 +02:00
parent 08fd86935b
commit 1f7c404a07
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
4 changed files with 5 additions and 6 deletions

View File

@ -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 %}

View File

@ -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 */