Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -71,7 +71,7 @@
|
|
71 |
}
|
72 |
.view-cart-button {
|
73 |
background-color: #007bff;
|
74 |
-
color: #
|
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:
|
107 |
<div>
|
108 |
<h6>Referral Code: <span id="referral-code">{{ referral_code }}</span></h6>
|
109 |
</div>
|
|
|
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 |
</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>
|