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

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +8 -0
templates/menu.html CHANGED
@@ -99,6 +99,14 @@
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 */
 
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;
109
+ }
110
 
111
  .new-link {
112
  background-color: #4CAF50; /* Green background for the link */