Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +4 -3
templates/menu.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
<style>
|
| 10 |
body {
|
| 11 |
font-family: Arial, sans-serif;
|
| 12 |
-
background-color: #
|
| 13 |
margin: 0;
|
| 14 |
padding: 0;
|
| 15 |
}
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
font-size: 0.9rem;
|
| 42 |
border-radius: 20px;
|
| 43 |
width: 100px;
|
| 44 |
-
background-color: #
|
| 45 |
border-color: #28a745;
|
| 46 |
}
|
| 47 |
.btn-primary:hover {
|
|
@@ -61,11 +61,12 @@
|
|
| 61 |
z-index: 999;
|
| 62 |
}
|
| 63 |
.view-cart-button {
|
| 64 |
-
background-color: #
|
| 65 |
color: #fff;
|
| 66 |
padding: 10px 20px;
|
| 67 |
border-radius: 50px;
|
| 68 |
font-size: 1rem;
|
|
|
|
| 69 |
font-weight: bold;
|
| 70 |
text-decoration: none;
|
| 71 |
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
|
|
|
|
| 9 |
<style>
|
| 10 |
body {
|
| 11 |
font-family: Arial, sans-serif;
|
| 12 |
+
background-color: #FF6B35;
|
| 13 |
margin: 0;
|
| 14 |
padding: 0;
|
| 15 |
}
|
|
|
|
| 41 |
font-size: 0.9rem;
|
| 42 |
border-radius: 20px;
|
| 43 |
width: 100px;
|
| 44 |
+
background-color: #FF6B35;
|
| 45 |
border-color: #28a745;
|
| 46 |
}
|
| 47 |
.btn-primary:hover {
|
|
|
|
| 61 |
z-index: 999;
|
| 62 |
}
|
| 63 |
.view-cart-button {
|
| 64 |
+
background-color: #FF6B35;
|
| 65 |
color: #fff;
|
| 66 |
padding: 10px 20px;
|
| 67 |
border-radius: 50px;
|
| 68 |
font-size: 1rem;
|
| 69 |
+
font-height: 44px;
|
| 70 |
font-weight: bold;
|
| 71 |
text-decoration: none;
|
| 72 |
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
|