nagasurendra commited on
Commit
e558483
·
verified ·
1 Parent(s): 59105ce

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +3 -3
templates/menu.html CHANGED
@@ -70,8 +70,8 @@
70
  z-index: 999;
71
  }
72
  .view-cart-button {
73
- background-color: #007bff;
74
- color: #5bbfc1;
75
  padding: 10px 20px;
76
  border-radius: 50px;
77
  font-size: 1rem;
@@ -103,7 +103,7 @@
103
  </style>
104
  </head>
105
  <body>
106
- <div class="d-flex justify-content-between align-items-center p-3" style="background-color: #007bff; color: #5bbfc1;">
107
  <div>
108
  <h6>Referral Code: <span id="referral-code">{{ referral_code }}</span></h6>
109
  </div>
 
70
  z-index: 999;
71
  }
72
  .view-cart-button {
73
+ background-color: #5bbfc1;
74
+ color: #fff;
75
  padding: 10px 20px;
76
  border-radius: 50px;
77
  font-size: 1rem;
 
103
  </style>
104
  </head>
105
  <body>
106
+ <div class="d-flex justify-content-between align-items-center p-3" style="background-color: #5bbfc1; color: white;">
107
  <div>
108
  <h6>Referral Code: <span id="referral-code">{{ referral_code }}</span></h6>
109
  </div>