Spaces:
Runtime error
Runtime error
Update templates/order_history.html
Browse files
templates/order_history.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
.order-details {
|
| 32 |
font-size: 16px;
|
| 33 |
font-weight: bold;
|
| 34 |
-
color:
|
| 35 |
}
|
| 36 |
|
| 37 |
.order-details p {
|
|
@@ -94,7 +94,7 @@
|
|
| 94 |
.order-heading {
|
| 95 |
font-size: 20px;
|
| 96 |
font-weight: bold;
|
| 97 |
-
color:
|
| 98 |
margin-bottom: 20px;
|
| 99 |
text-align: center;
|
| 100 |
}
|
|
|
|
| 31 |
.order-details {
|
| 32 |
font-size: 16px;
|
| 33 |
font-weight: bold;
|
| 34 |
+
color: gray;
|
| 35 |
}
|
| 36 |
|
| 37 |
.order-details p {
|
|
|
|
| 94 |
.order-heading {
|
| 95 |
font-size: 20px;
|
| 96 |
font-weight: bold;
|
| 97 |
+
color: black;
|
| 98 |
margin-bottom: 20px;
|
| 99 |
text-align: center;
|
| 100 |
}
|