nagasurendra commited on
Commit
adfacab
·
verified ·
1 Parent(s): d0da44f

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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: #0056b3; /* 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: #5bbfc1 !important; /* Keep the original background */
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;