From ba215880f1ce4228b92727db588a169f8b27f5fc Mon Sep 17 00:00:00 2001 From: Saltine <156854448+saltytine@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:16:06 -0700 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 2247302..95cbe2e 100644 --- a/style.css +++ b/style.css @@ -149,7 +149,7 @@ body { /* Services Section Styles */ .services { - background-color: #220a33; + background-color: #190727; padding: 5em 0; text-align: center; } @@ -263,7 +263,7 @@ body { /* Blog Section Styles */ .blog { - background-color: #220a33; + background-color: #190727; padding: 5em 0; text-align: center; } @@ -477,7 +477,7 @@ body { /* Tools and Packages Section Styles */ .tools-packages { - background-color: #220a33; + background-color: #190727; padding: 5em 0; text-align: center; } @@ -546,7 +546,7 @@ body { /* Footer Styles */ .footer { - background-color: #220a33; + background-color: #190727; color: #111; text-align: center; padding: 1em 0;