mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-06 16:55:05 -04:00
Use downcase
instead of lower
This commit is contained in:
parent
3a041e0a85
commit
d88e7a8b7b
1 changed files with 2 additions and 2 deletions
|
@ -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="swatch more-bottom more-right">
|
||||||
<div class="color add-bottom bg-{{color.class}}"></div>
|
<div class="color add-bottom bg-{{color.class}}"></div>
|
||||||
<strong class="add-bottom">{{color.name}}</strong>
|
<strong class="add-bottom">{{color.name}}</strong>
|
||||||
<code>#{{color.hex | lower}}</code>
|
<code>#{{color.hex | downcase}}</code>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% 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="swatch more-bottom more-right">
|
||||||
<div class="color add-bottom bg-{{color.class}}"></div>
|
<div class="color add-bottom bg-{{color.class}}"></div>
|
||||||
<strong class="add-bottom">{{color.name}}</strong>
|
<strong class="add-bottom">{{color.name}}</strong>
|
||||||
<code>#{{color.hex | lower}}</code>
|
<code>#{{color.hex | downcase}}</code>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue