Update templates/menu.html
Browse files- templates/menu.html +2 -1
templates/menu.html
CHANGED
@@ -316,7 +316,8 @@ h1.text-center {
|
|
316 |
left: 0;
|
317 |
width: 100%;
|
318 |
height: 54px;
|
319 |
-
background-color: #FF6B35;
|
|
|
320 |
color: white;
|
321 |
padding: 15px;
|
322 |
display: flex;
|
|
|
316 |
left: 0;
|
317 |
width: 100%;
|
318 |
height: 54px;
|
319 |
+
/* background-color: #FF6B35; */
|
320 |
+
background: linear-gradient(45deg, #FF6B35, #FF8C00);
|
321 |
color: white;
|
322 |
padding: 15px;
|
323 |
display: flex;
|