Uthar commited on
Commit
7291366
·
verified ·
1 Parent(s): 560ebd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,10 +182,10 @@ CSS="""
182
  }
183
 
184
  .butt{
185
- background-color:blue !important;
186
  }
187
  .butt:hover{
188
- background-color:cyan !important;
189
  }
190
 
191
  </style>
 
182
  }
183
 
184
  .butt{
185
+ background-color:#38618c !important;
186
  }
187
  .butt:hover{
188
+ background-color:#468ad0 !important;
189
  }
190
 
191
  </style>