Update app.py
Browse files
app.py
CHANGED
|
@@ -639,22 +639,22 @@ body {
|
|
| 639 |
border-radius: 8px;
|
| 640 |
}
|
| 641 |
#custom-send {
|
| 642 |
-
background-color: #
|
| 643 |
color: white !important;
|
| 644 |
border-radius: 999px !important;
|
| 645 |
padding: 10px 24px !important;
|
| 646 |
font-weight: bold;
|
| 647 |
-
box-shadow: 0 0 10px #
|
| 648 |
transition: all 0.3s ease-in-out;
|
| 649 |
}
|
| 650 |
#custom-send:hover {
|
| 651 |
-
background-color: #
|
| 652 |
-
box-shadow: 0 0 12px #
|
| 653 |
}
|
| 654 |
textarea, input {
|
| 655 |
-
background-color: #
|
| 656 |
-
color: #
|
| 657 |
-
border: 1px solid #
|
| 658 |
}
|
| 659 |
footer {
|
| 660 |
display: none !important;
|
|
|
|
| 639 |
border-radius: 8px;
|
| 640 |
}
|
| 641 |
#custom-send {
|
| 642 |
+
background-color: #3b82f6 !important;
|
| 643 |
color: white !important;
|
| 644 |
border-radius: 999px !important;
|
| 645 |
padding: 10px 24px !important;
|
| 646 |
font-weight: bold;
|
| 647 |
+
box-shadow: 0 0 10px #3b82f6;
|
| 648 |
transition: all 0.3s ease-in-out;
|
| 649 |
}
|
| 650 |
#custom-send:hover {
|
| 651 |
+
background-color: #2563eb !important;
|
| 652 |
+
box-shadow: 0 0 12px #3b82f6;
|
| 653 |
}
|
| 654 |
textarea, input {
|
| 655 |
+
background-color: #e6f0ff !important;
|
| 656 |
+
color: #1e3a8a !important;
|
| 657 |
+
border: 1px solid #3b82f6 !important;
|
| 658 |
}
|
| 659 |
footer {
|
| 660 |
display: none !important;
|