Use downcase instead of lower

This commit is contained in:
Andrew David Wong 2019-04-15 21:39:46 -05:00 committed by GitHub
parent 3a041e0a85
commit d88e7a8b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ The following **grayscale** colors are currently used on the Qubes website and d
<div class="swatch more-bottom more-right">
<div class="color add-bottom bg-{{color.class}}"></div>
<strong class="add-bottom">{{color.name}}</strong>
<code>#{{color.hex | lower}}</code>
<code>#{{color.hex | downcase}}</code>
</div>
{% endif %}
{% endfor %}
@ -50,7 +50,7 @@ The following **colors** are currently being used on the Qubes website and docum
<div class="swatch more-bottom more-right">
<div class="color add-bottom bg-{{color.class}}"></div>
<strong class="add-bottom">{{color.name}}</strong>
<code>#{{color.hex | lower}}</code>
<code>#{{color.hex | downcase}}</code>
</div>
{% endif %}
{% endfor %}