Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -229,7 +229,7 @@ h1.text-center {
|
|
229 |
/* Style for customization sections */
|
230 |
.addon-section {
|
231 |
background-color: #fff; /* Light gray background */
|
232 |
-
border: 2px solid #
|
233 |
border-radius: 8px;
|
234 |
padding: 12px;
|
235 |
margin-bottom: 10px; /* Spacing between sections */
|
|
|
229 |
/* Style for customization sections */
|
230 |
.addon-section {
|
231 |
background-color: #fff; /* Light gray background */
|
232 |
+
border: 2px solid #6c757d; /* Border color */
|
233 |
border-radius: 8px;
|
234 |
padding: 12px;
|
235 |
margin-bottom: 10px; /* Spacing between sections */
|