From af80ca957588b5348cac38f71e5d4753fa16a0c5 Mon Sep 17 00:00:00 2001 From: Solanki Sarkar <158484284+solanki505@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:57:20 +0530 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 09c334d..4a147b7 100644 --- a/style.css +++ b/style.css @@ -14,13 +14,13 @@ body { --a: white; --drop-bg: #212123; --nav: black; - --primary-bg-color: #ffffff; + --primary-bg-color: red; --primary-text-color: #333335; --secondary-bg-color: #f2f2f2; --accent-color: #9e5c48; --navbar-bg-color: #f2f2f2; --navbar-hover-color: #e5e5e5; - --card-bg-color: #ffffff; + --card-bg-color: red; --card-hover-color: #f5f5f5; --footer-bg-color: #f2f2f2; --footer-hover-color: #e5e5e5;