Isabel Gwara commited on
Commit
b003161
·
1 Parent(s): 25e486d

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +4 -3
app.css CHANGED
@@ -22,11 +22,12 @@ img {
22
  .gr-button {
23
  display: block !important;
24
  width: 100% !important;
25
- background-color: #00EACD !important;
26
- color: #000000;
27
  transition: all .2s ease-out 0s !important;
28
- box-shadow: 0 10px #00AEAB !important;
29
  border-radius: 10px !important;
 
 
30
  }
31
 
32
  .gr-button:hover {
 
22
  .gr-button {
23
  display: block !important;
24
  width: 100% !important;
25
+ color: #000000 !important;
 
26
  transition: all .2s ease-out 0s !important;
27
+ box-shadow: 0 10px #DBFBFB !important;
28
  border-radius: 10px !important;
29
+ --tw-gradient-from: #C0FCDC !important;
30
+ --tw-gradient-to: #DBFBFB !important;
31
  }
32
 
33
  .gr-button:hover {