Update app.py
Browse files
app.py
CHANGED
|
@@ -664,7 +664,7 @@ button.download-button:hover {
|
|
| 664 |
margin-bottom: 10px;
|
| 665 |
}
|
| 666 |
.footer {
|
| 667 |
-
background-color
|
| 668 |
padding: 40px 20px;
|
| 669 |
text-align: center;
|
| 670 |
color: var(--text-color);
|
|
@@ -678,7 +678,7 @@ button.download-button:hover {
|
|
| 678 |
}
|
| 679 |
.footer-brand {
|
| 680 |
font-weight: 700;
|
| 681 |
-
color:
|
| 682 |
}
|
| 683 |
.footer-links a {
|
| 684 |
color: var(--secondary-color);
|
|
|
|
| 664 |
margin-bottom: 10px;
|
| 665 |
}
|
| 666 |
.footer {
|
| 667 |
+
background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
|
| 668 |
padding: 40px 20px;
|
| 669 |
text-align: center;
|
| 670 |
color: var(--text-color);
|
|
|
|
| 678 |
}
|
| 679 |
.footer-brand {
|
| 680 |
font-weight: 700;
|
| 681 |
+
color: navajowhite;
|
| 682 |
}
|
| 683 |
.footer-links a {
|
| 684 |
color: var(--secondary-color);
|