Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +3 -3
templates/cart.html
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
margin-top: 15px;
|
68 |
}
|
69 |
.checkout-button {
|
70 |
-
background-color: #
|
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: #
|
105 |
cursor: pointer;
|
106 |
}
|
107 |
.add-back-button:hover {
|
108 |
-
background-color: #
|
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>
|