Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +4 -0
templates/menu.html
CHANGED
|
@@ -44,6 +44,10 @@
|
|
| 44 |
background-color: #5bbfc1; !important; /* Green color */
|
| 45 |
border-color: #28a745 !important;
|
| 46 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
.filter-container {
|
| 48 |
margin-bottom: 15px;
|
| 49 |
}
|
|
|
|
| 44 |
background-color: #5bbfc1; !important; /* Green color */
|
| 45 |
border-color: #28a745 !important;
|
| 46 |
}
|
| 47 |
+
.btn-primary:hover {
|
| 48 |
+
background-color: #4a5d68; !important; /* Darker green on hover */
|
| 49 |
+
border-color: #1e7e34 !important;
|
| 50 |
+
}
|
| 51 |
.filter-container {
|
| 52 |
margin-bottom: 15px;
|
| 53 |
}
|