From d2d3609dea37f2dd7c5fe9706feecbf205226050 Mon Sep 17 00:00:00 2001 From: CodeSandwich <igor.zuk@protonmail.com> Date: Tue, 4 Aug 2020 12:31:37 +0200 Subject: [PATCH] Improve default footer contrast This improves Google Lighthouse accessibility score. As a human I agree that it was too faint. --- _includes/footer_custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index 565317a4..64e08c29 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -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 -%} -- GitLab