diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index 565317a483b75fe3345510856f82b1b6e1369088..64e08c290fe651d127773ca7f7ae1aaa8f539686 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 -%}