We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d66d4bb + ddda5fb commit 22eede8Copy full SHA for 22eede8
1 file changed
index.css
@@ -118,3 +118,10 @@ html, body {
118
119
/* Add more styles for larger screens as needed */
120
}
121
+
122
+/* New hover effect for buttons */
123
+button:hover {
124
+ background-color: #555; /* Darker shade for hover effect */
125
+ color: #fff; /* White text on hover */
126
+ cursor: pointer; /* Pointer cursor on hover */
127
+}
0 commit comments