Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -202,7 +202,7 @@ h1.text-center {
|
|
202 |
}
|
203 |
/* Style for customization sections */
|
204 |
.addon-section {
|
205 |
-
background-color: #
|
206 |
border: 2px solid #ff6b35; /* Border color */
|
207 |
border-radius: 8px;
|
208 |
padding: 12px;
|
|
|
202 |
}
|
203 |
/* Style for customization sections */
|
204 |
.addon-section {
|
205 |
+
background-color: #fff; /* Light gray background */
|
206 |
border: 2px solid #ff6b35; /* Border color */
|
207 |
border-radius: 8px;
|
208 |
padding: 12px;
|