From d6b9e9cdaa384d8984f06672b2de9627609e4265 Mon Sep 17 00:00:00 2001 From: AadityaBansal01 Date: Sat, 9 Nov 2024 21:23:30 +0530 Subject: [PATCH] mymodification --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9ef69fa..f809dc0 100644 --- a/index.html +++ b/index.html @@ -154,13 +154,13 @@ /* Remove border */ color: #fff; /* White text */ - /*transition: background-color 0.3s; + transition: background-color 0.3s; /* Smooth background transition */ } .btn:hover { - background-color: white; + background-color: rgb(12, 112, 39); color: black; /* Darker shade on hover */