Stone164 commited on
Commit
c3e783d
·
verified ·
1 Parent(s): 4e12a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -639,22 +639,22 @@ body {
639
  border-radius: 8px;
640
  }
641
  #custom-send {
642
- background-color: #ec4899 !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 #ec4899;
648
  transition: all 0.3s ease-in-out;
649
  }
650
  #custom-send:hover {
651
- background-color: #d63384 !important;
652
- box-shadow: 0 0 12px #ec4899;
653
  }
654
  textarea, input {
655
- background-color: #ffe4f1 !important;
656
- color: #5e2c49 !important;
657
- border: 1px solid #ec4899 !important;
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;