mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01: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>
|
||||
{% 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 %}
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user