1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-26 19:54:49 -04:00

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

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 -%}