From 88a42e9ff44982f129d64047a9c66f3271dc42c3 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 19 Oct 2024 18:28:38 +0200 Subject: [PATCH] fix under --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 5b47e96..e8d345d 100644 --- a/css/style.css +++ b/css/style.css @@ -150,8 +150,8 @@ body { footer.footer { width: 100%; padding: 20px 0; - background-color: grey; - color: #555; + background-color: whitesmoke; + color: black; } .footer-container { @@ -186,8 +186,8 @@ footer.footer { .footer-right p { margin: 5px 0; font-size: 14px; - color: #333; - background-color: #555; + color: black; + background-color: whitesmoke; }