Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -0
templates/menu.html
CHANGED
|
@@ -41,6 +41,8 @@
|
|
| 41 |
font-size: 0.9rem;
|
| 42 |
border-radius: 20px;
|
| 43 |
width: 100px;
|
|
|
|
|
|
|
| 44 |
}
|
| 45 |
.filter-container {
|
| 46 |
margin-bottom: 15px;
|
|
|
|
| 41 |
font-size: 0.9rem;
|
| 42 |
border-radius: 20px;
|
| 43 |
width: 100px;
|
| 44 |
+
background-color: #5bbfc1; !important; /* Green color */
|
| 45 |
+
border-color: #28a745 !important;
|
| 46 |
}
|
| 47 |
.filter-container {
|
| 48 |
margin-bottom: 15px;
|