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