Replaced hex with hsl color

This commit is contained in:
squidfunk 2022-11-03 14:29:48 +01:00
parent 96e2119bfc
commit 487140e538
4 changed files with 6 additions and 6 deletions

View File

@ -245,7 +245,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.8492ddcf.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.d6c3db9e.min.js' | url }}"></script>
{% for path in config.extra_javascript %}
<script src="{{ path | url }}"></script>
{% endfor %}

View File

@ -346,9 +346,9 @@ line {
stroke: none;
}
/* make statically colored note nodes use a statically color text */
/* Sequence note text */
.noteText > tspan {
fill: #000;
fill: hsl(0, 0%, 0%);
}
/* Sequence arrow head */