From a9775ffc12dd5318cea6ecf2b415f97f70e47471 Mon Sep 17 00:00:00 2001 From: Anurag Gupta <70202633+anuragoasis@users.noreply.github.com> Date: Mon, 20 May 2024 21:16:22 +0530 Subject: [PATCH] Update style.css --- assets/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 1ad595c..7651889 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -439,11 +439,9 @@ section { margin: 0; font-size: 48px; font-weight: 700; - color: #012970; } .hero h2 { - color: #444444; margin: 15px 0 0 0; font-size: 26px; } @@ -454,8 +452,8 @@ section { padding: 15px 40px; border-radius: 4px; transition: 0.5s; - color: #fff; - background: #4154f1; + color: white; + background: black; box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); }