nagasurendra commited on
Commit
946999a
·
verified ·
1 Parent(s): adfacab

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -3
templates/cart.html CHANGED
@@ -67,7 +67,7 @@
67
  margin-top: 15px;
68
  }
69
  .checkout-button {
70
- background-color: #007bff;
71
  color: #fff;
72
  padding: 10px;
73
  border-radius: 5px;
@@ -101,11 +101,11 @@
101
  border-radius: 20px;
102
  border: 1px solid #007bff;
103
  color: #007bff;
104
- background-color: #fff;
105
  cursor: pointer;
106
  }
107
  .add-back-button:hover {
108
- background-color: #007bff;
109
  color: #fff;
110
  }
111
  </style>
 
67
  margin-top: 15px;
68
  }
69
  .checkout-button {
70
+ background-color: #5bbfc1;
71
  color: #fff;
72
  padding: 10px;
73
  border-radius: 5px;
 
101
  border-radius: 20px;
102
  border: 1px solid #007bff;
103
  color: #007bff;
104
+ background-color: #5bbfc1;
105
  cursor: pointer;
106
  }
107
  .add-back-button:hover {
108
+ background-color: #4a5d68;
109
  color: #fff;
110
  }
111
  </style>