Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
/* subbu */
|
| 14 |
.addbutton .btn {
|
| 15 |
background: linear-gradient(135deg, #ffffff, #f0f0f0); /* Gradient white background */
|
| 16 |
-
color:
|
| 17 |
background-clip: text; /* Apply the gradient to the text */
|
| 18 |
-webkit-background-clip: text; /* For Safari compatibility */
|
| 19 |
border: 1px solid #90ee90; /* Light green border */
|
|
|
|
| 13 |
/* subbu */
|
| 14 |
.addbutton .btn {
|
| 15 |
background: linear-gradient(135deg, #ffffff, #f0f0f0); /* Gradient white background */
|
| 16 |
+
color: green; /* Make text color transparent */
|
| 17 |
background-clip: text; /* Apply the gradient to the text */
|
| 18 |
-webkit-background-clip: text; /* For Safari compatibility */
|
| 19 |
border: 1px solid #90ee90; /* Light green border */
|