Subbu1304 commited on
Commit
ae063c5
·
verified ·
1 Parent(s): 6881dfc

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -2
templates/menu.html CHANGED
@@ -72,14 +72,14 @@
72
  right: 10px;
73
  transform: translateY(-50%);
74
  z-index: 2;
75
- background-color: #d3d3d3; /* Color similar to the one in the image */
76
  color: #fff;
77
  border: none;
78
  padding: 4px 12px; /* Reduced padding for smaller height */
79
  border-radius: 5px;
80
  display: flex;
81
  align-items: center;
82
- font-size: 13px; /* Slightly smaller text */
83
  }
84
 
85
  .customize-btn i {
 
72
  right: 10px;
73
  transform: translateY(-50%);
74
  z-index: 2;
75
+ background-color: #7a6e5f; /* Color similar to the one in the image */
76
  color: #fff;
77
  border: none;
78
  padding: 4px 12px; /* Reduced padding for smaller height */
79
  border-radius: 5px;
80
  display: flex;
81
  align-items: center;
82
+ font-size: 12px; /* Slightly smaller text */
83
  }
84
 
85
  .customize-btn i {