Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +3 -8
templates/menu.html
CHANGED
|
@@ -96,15 +96,10 @@
|
|
| 96 |
justify-content: center;
|
| 97 |
}
|
| 98 |
.view-cart-button:hover {
|
| 99 |
-
background-color: #
|
| 100 |
-
|
| 101 |
-
}
|
| 102 |
-
.view-cart-button:active,
|
| 103 |
-
.view-cart-button:focus {
|
| 104 |
-
background-color: #4a5d68 !important; /* Same as hover color */
|
| 105 |
-
border-color: #1e7e34 !important;
|
| 106 |
-
box-shadow: none !important; /* Removes Bootstrap's focus outline */
|
| 107 |
}
|
|
|
|
| 108 |
.new-link {
|
| 109 |
background-color: #4CAF50; /* Green background for the link */
|
| 110 |
color: white;
|
|
|
|
| 96 |
justify-content: center;
|
| 97 |
}
|
| 98 |
.view-cart-button:hover {
|
| 99 |
+
background-color: #0056b3; /* This is causing the blue hover effect */
|
| 100 |
+
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
| 102 |
+
|
| 103 |
.new-link {
|
| 104 |
background-color: #4CAF50; /* Green background for the link */
|
| 105 |
color: white;
|