From 31476bdec828bfcb7f6166959b1b7550804089ab Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 7 Oct 2022 21:03:57 +0100 Subject: [PATCH] Color changes --- css/styles.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/css/styles.css b/css/styles.css index d28aef5..dee4b4f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,27 +1,26 @@ body { width: 100%; - background-color: #B4C6E2; + background-color: #444444; } .page-title { text-align: center; - color: #323C4A; + color: #eeeeee; padding-top: 50px; width: 95%; } .page-main-content { text-align: center; - color: #495568; + color: #f0f0f0f0; width: 95%; } footer { - background-color: #7fa7e6; - color: white; + background-color: #333; + color: #eeeeee; text-align: center; width: 100%; - padding: 15px; position: fixed; bottom: 0; left: 0;