From 791508414103ac67fc06fe5c29f9dfef8e26f2ad Mon Sep 17 00:00:00 2001 From: Swati Kanwar Date: Sun, 27 Oct 2024 15:48:39 +0530 Subject: [PATCH] Updated the color after mouseHover --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c3925ad..b424ae8 100644 --- a/style.css +++ b/style.css @@ -73,7 +73,7 @@ section { .btn:hover { background: var(--purple); - background-color: #f03c0b; + background-color: #003d4d; color: white; }