diff --git a/basics_dev/style-guide.md b/basics_dev/style-guide.md index fcc94001..ada9121c 100644 --- a/basics_dev/style-guide.md +++ b/basics_dev/style-guide.md @@ -36,7 +36,7 @@ The following **grayscale** colors are currently used on the Qubes website and d
{{color.name}} - #{{color.hex | lower}} + #{{color.hex | downcase}}
{% endif %} {% endfor %} @@ -50,7 +50,7 @@ The following **colors** are currently being used on the Qubes website and docum
{{color.name}} - #{{color.hex | lower}} + #{{color.hex | downcase}}
{% endif %} {% endfor %}