From ddda5fb3db9ec7adb1d400cffbdbe421cdec0a6a Mon Sep 17 00:00:00 2001 From: The-User-Python <97610126+The-User-Python@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:31:02 +0530 Subject: [PATCH] Update index.css --- index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.css b/index.css index 3d65326..6d1debb 100644 --- a/index.css +++ b/index.css @@ -118,3 +118,10 @@ html, body { /* Add more styles for larger screens as needed */ } + +/* New hover effect for buttons */ +button:hover { + background-color: #555; /* Darker shade for hover effect */ + color: #fff; /* White text on hover */ + cursor: pointer; /* Pointer cursor on hover */ +}