Improve default footer contrast

This improves Google Lighthouse accessibility score. As a human I agree that it was too faint.
This commit is contained in:
CodeSandwich 2020-08-04 12:31:37 +02:00
parent cd192aa4e2
commit d2d3609dea
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{%- if site.footer_content -%}
<p class="text-small text-grey-dk-000 mb-0">{{ site.footer_content }}</p>
<p class="text-small text-grey-dk-100 mb-0">{{ site.footer_content }}</p>
{%- endif -%}