Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
|
@@ -96,13 +96,13 @@
|
|
| 96 |
justify-content: center;
|
| 97 |
}
|
| 98 |
.view-cart-button:hover {
|
| 99 |
-
background-color: #
|
| 100 |
text-decoration: none;
|
| 101 |
}
|
| 102 |
.view-cart-button:hover,
|
| 103 |
.view-cart-button:focus,
|
| 104 |
.view-cart-button:active {
|
| 105 |
-
background-color: #
|
| 106 |
color: #fff !important;
|
| 107 |
text-decoration: none;
|
| 108 |
box-shadow: none !important;
|
|
|
|
| 96 |
justify-content: center;
|
| 97 |
}
|
| 98 |
.view-cart-button:hover {
|
| 99 |
+
background-color: #4a5d68; /* This is causing the blue hover effect */
|
| 100 |
text-decoration: none;
|
| 101 |
}
|
| 102 |
.view-cart-button:hover,
|
| 103 |
.view-cart-button:focus,
|
| 104 |
.view-cart-button:active {
|
| 105 |
+
background-color: #4a5d68 !important; /* Keep the original background */
|
| 106 |
color: #fff !important;
|
| 107 |
text-decoration: none;
|
| 108 |
box-shadow: none !important;
|