Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +4 -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,12 +243,14 @@ 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 */
|
250 |
.addon-section .form-check {
|
251 |
margin-left: 10px;
|
|
|
|
|
252 |
}
|
253 |
|
254 |
/* Category Filter with Custom Radio Buttons */
|
|
|
232 |
/* Style for customization sections */
|
233 |
.addon-section {
|
234 |
background-color: #fff; /* Light gray background */
|
235 |
+
border: 2px solid #6c757d; /* 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: #6c757d; */
|
247 |
}
|
248 |
|
249 |
/* Style for add-on checkboxes */
|
250 |
.addon-section .form-check {
|
251 |
margin-left: 10px;
|
252 |
+
color: #6c757d;
|
253 |
+
|
254 |
}
|
255 |
|
256 |
/* Category Filter with Custom Radio Buttons */
|