nagasurendra commited on
Commit
356df69
·
verified ·
1 Parent(s): 5503704

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +5 -5
templates/cart.html CHANGED
@@ -67,15 +67,15 @@
67
  padding: 6px 20px;
68
  font-size: 0.9rem;
69
  border-radius: 20px;
70
- border: 1px solid #007bff;
71
- background-color: #007bff;
72
- color: #fff;
73
  cursor: pointer;
74
  transition: background-color 0.3s, color 0.3s;
75
  }
76
  .add-back-button:hover {
77
- background-color: #0056b3;
78
- color: #fff;
79
  }
80
 
81
  .cart-item-details {
 
67
  padding: 6px 20px;
68
  font-size: 0.9rem;
69
  border-radius: 20px;
70
+ border: 1px solid #fff;
71
+ background-color: #fff;
72
+ color: #0FAA39;
73
  cursor: pointer;
74
  transition: background-color 0.3s, color 0.3s;
75
  }
76
  .add-back-button:hover {
77
+ background-color: #fff;
78
+ color: #0FAA39;
79
  }
80
 
81
  .cart-item-details {