Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -232,7 +232,7 @@ h1.text-center {
|
|
232 |
/* Style for customization sections */
|
233 |
.addon-section {
|
234 |
background-color: #fff; /* Light gray background */
|
235 |
-
border: 2px solid #
|
236 |
border-radius: 8px;
|
237 |
padding: 12px;
|
238 |
margin-bottom: 10px; /* Spacing between sections */
|
@@ -243,7 +243,7 @@ h1.text-center {
|
|
243 |
margin-bottom: 10px;
|
244 |
font-size: 1.1rem;
|
245 |
font-weight: bold;
|
246 |
-
color: #
|
247 |
}
|
248 |
|
249 |
/* Style for add-on checkboxes */
|
|
|
232 |
/* Style for customization sections */
|
233 |
.addon-section {
|
234 |
background-color: #fff; /* Light gray background */
|
235 |
+
border: 2px solid #78706E; /* Border color */
|
236 |
border-radius: 8px;
|
237 |
padding: 12px;
|
238 |
margin-bottom: 10px; /* Spacing between sections */
|
|
|
243 |
margin-bottom: 10px;
|
244 |
font-size: 1.1rem;
|
245 |
font-weight: bold;
|
246 |
+
color: #78706E;
|
247 |
}
|
248 |
|
249 |
/* Style for add-on checkboxes */
|