Rammohan0504 commited on
Commit
4d59589
·
verified ·
1 Parent(s): 4d845ce

Update templates/order_history.html

Browse files
Files changed (1) hide show
  1. templates/order_history.html +2 -2
templates/order_history.html CHANGED
@@ -31,7 +31,7 @@
31
  .order-details {
32
  font-size: 16px;
33
  font-weight: bold;
34
- color: #f57c00;
35
  }
36
 
37
  .order-details p {
@@ -94,7 +94,7 @@
94
  .order-heading {
95
  font-size: 20px;
96
  font-weight: bold;
97
- color: #f57c00;
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
  }