Skip to content

Commit

Permalink
Replaced hex with hsl color
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 3, 2022
1 parent 96e2119 commit 487140e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -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 %}
Expand Down
Expand Up @@ -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 */
Expand Down

0 comments on commit 487140e

Please sign in to comment.