DSatishchandra commited on
Commit
c2bc144
·
verified ·
1 Parent(s): 9b0f1e2

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -5
templates/menu.html CHANGED
@@ -214,15 +214,12 @@ h1.text-center {
214
  margin-bottom: 10px;
215
  font-size: 1.1rem;
216
  font-weight: bold;
217
- color: #444;
218
  }
219
  /* Style for add-on checkboxes */
220
  .addon-section .form-check {
221
  margin-left: 10px;
222
- }
223
- /* Hover effect for better UI */
224
- .addon-section input[type="checkbox"]:hover {
225
- background-color: #444; /* Slightly lighter on hover */
226
  }
227
  /* Category Filter with Custom Radio Buttons */
228
  form.text-center.mb-4 {
 
214
  margin-bottom: 10px;
215
  font-size: 1.1rem;
216
  font-weight: bold;
217
+ color: #666;
218
  }
219
  /* Style for add-on checkboxes */
220
  .addon-section .form-check {
221
  margin-left: 10px;
222
+ border: 2px solid #666;
 
 
 
223
  }
224
  /* Category Filter with Custom Radio Buttons */
225
  form.text-center.mb-4 {