From 40e33b92682fef7215f6d35b1c948ff3af042242 Mon Sep 17 00:00:00 2001 From: lee_c Date: Mon, 27 Nov 2023 13:19:41 -0800 Subject: [PATCH] Changed background and text colors. --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 10680c7..be8ec8b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -11,11 +11,11 @@ body { font-style: normal; font-size: 20px; line-height: 150%; - background-color: #dff6f6; + background-color: #232424; background-image: url("../img/bg.png"); background-size: 800px; background-repeat: repeat; - color: #305050; + color: #eff4f4; } .logo {