From ae474acd1d36c235851ecf439489659a4053badf Mon Sep 17 00:00:00 2001 From: lovely mahour <141830010+lovelymahor@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:43:06 +0530 Subject: [PATCH] Change Footer Alignment and Color Contrast (#1245) --- Image-Gallery/style.css | 2 +- index.html | 8 ++++---- styles.css | 6 ++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index 4888e898..687f448d 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -55,7 +55,7 @@ body { } .footer__col h4 { - color: var(--footer-text-color); + color: #123456; } .footer__col p { diff --git a/index.html b/index.html index cefcb13f..7e6542d6 100644 --- a/index.html +++ b/index.html @@ -1858,7 +1858,7 @@