Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -72,7 +72,7 @@
|
|
72 |
right: 10px;
|
73 |
transform: translateY(-50%);
|
74 |
z-index: 2;
|
75 |
-
|
76 |
color: #fff;
|
77 |
border: none;
|
78 |
padding: 4px 12px; /* Reduced padding for smaller height */
|
|
|
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 */
|