DSatishchandra commited on
Commit
e4d358a
·
verified ·
1 Parent(s): 65dd55e

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -0
templates/menu.html CHANGED
@@ -253,6 +253,8 @@ h1.text-center {
253
 
254
  }
255
 
 
 
256
  /* Category Filter with Custom Radio Buttons */
257
  form.text-center.mb-4 {
258
  display: flex;
@@ -281,6 +283,9 @@ form.text-center.mb-4 {
281
  margin-left: 5px; /* Spacing between radio button and label */
282
  vertical-align: middle; /* Align label vertically */
283
  }
 
 
 
284
 
285
  .custom-radio {
286
  appearance: none;
 
253
 
254
  }
255
 
256
+
257
+
258
  /* Category Filter with Custom Radio Buttons */
259
  form.text-center.mb-4 {
260
  display: flex;
 
283
  margin-left: 5px; /* Spacing between radio button and label */
284
  vertical-align: middle; /* Align label vertically */
285
  }
286
+ .form-check-input addon-option{
287
+ color: #78706E;
288
+ }
289
 
290
  .custom-radio {
291
  appearance: none;