Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +2 -2
templates/cart.html
CHANGED
@@ -207,8 +207,8 @@
|
|
207 |
margin-left: auto; /* Push button to the right */
|
208 |
}
|
209 |
.suggestion-item button:hover {
|
210 |
-
background-color: #
|
211 |
-
color: #
|
212 |
border-color: #0FAA39; /* Keep the border green */
|
213 |
}
|
214 |
|
|
|
207 |
margin-left: auto; /* Push button to the right */
|
208 |
}
|
209 |
.suggestion-item button:hover {
|
210 |
+
background-color: #fff; /* Change background to green on hover */
|
211 |
+
color: #0FAA39; /* Change text color to white on hover */
|
212 |
border-color: #0FAA39; /* Keep the border green */
|
213 |
}
|
214 |
|