From 63a255cffc28e1543252b3f6ea92907a76c5feec Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 4 Dec 2024 11:46:08 -0800 Subject: [PATCH] cooking on redesign --- css/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index cc73fc9..5db8373 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,6 @@ body { font-family: 'Ubuntu', sans-serif; - background-color: #242323; + background-color: #545454; margin: 0; padding: 0; text-align: center; @@ -164,7 +164,8 @@ button:hover { } .footer { margin-top: auto; - background-color: #a6a6a6; + background-color: #373737; + color: #a6a6a6; padding-top: 20px; width: 100%; top:80%;