Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -0
templates/menu.html
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
z-index: 2;
|
26 |
background: linear-gradient(92.29deg, rgba(63, 63, 63, 0.7) 4.75%, rgba(0, 0, 0, 0.7) 93.57%);
|
27 |
color: #fff;
|
|
|
28 |
border: none;
|
29 |
padding: 4px 12px; /* Reduced padding for smaller height */
|
30 |
border-radius: 5px 0px 0px 5px ;
|
|
|
25 |
z-index: 2;
|
26 |
background: linear-gradient(92.29deg, rgba(63, 63, 63, 0.7) 4.75%, rgba(0, 0, 0, 0.7) 93.57%);
|
27 |
color: #fff;
|
28 |
+
font-weight:bold;
|
29 |
border: none;
|
30 |
padding: 4px 12px; /* Reduced padding for smaller height */
|
31 |
border-radius: 5px 0px 0px 5px ;
|