Spaces:
Running
Running
Update templates/menu.html
Browse files- templates/menu.html +10 -0
templates/menu.html
CHANGED
@@ -95,6 +95,16 @@
|
|
95 |
align-items: center;
|
96 |
justify-content: center;
|
97 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
.new-link {
|
99 |
background-color: #4CAF50; /* Green background for the link */
|
100 |
color: white;
|
|
|
95 |
align-items: center;
|
96 |
justify-content: center;
|
97 |
}
|
98 |
+
.view-cart-button:hover {
|
99 |
+
background-color: #4a5d68; !important; /* Darker green on hover */
|
100 |
+
border-color: #1e7e34 !important;
|
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;
|