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 */ +}