mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-13 16:29:59 -05:00
Apply <lower> filter to <color.hex>.
As now, some hex values are in uppercase. To unify the page, and prevent this from happening, we can apply lower filter. Pros: > Easy of copy-paste
This commit is contained in:
parent
5a82c12ea7
commit
3a041e0a85
@ -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}}</code>
|
||||
<code>#{{color.hex | lower}}</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}}</code>
|
||||
<code>#{{color.hex | lower}}</code>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user