nagasurendra commited on
Commit
fa8d6a0
·
verified ·
1 Parent(s): 1474f05

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. 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: #0FAA39; /* Change background to green on hover */
211
- color: #fff; /* Change text color to white on hover */
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