mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Replaced hex with hsl color
This commit is contained in:
parent
96e2119bfc
commit
487140e538
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.8492ddcf.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.d6c3db9e.min.js' | url }}"></script>
|
||||||
{% for path in config.extra_javascript %}
|
{% for path in config.extra_javascript %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -346,9 +346,9 @@ line {
|
|||||||
stroke: none;
|
stroke: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* make statically colored note nodes use a statically color text */
|
/* Sequence note text */
|
||||||
.noteText > tspan {
|
.noteText > tspan {
|
||||||
fill: #000;
|
fill: hsl(0, 0%, 0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sequence arrow head */
|
/* Sequence arrow head */
|
||||||
|
Loading…
Reference in New Issue
Block a user