Jiangxz commited on
Commit
0ac89f0
·
verified ·
1 Parent(s): 602b91b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -171,9 +171,11 @@ custom_css = """
171
  background-color: #333333 !important;
172
  color: white !important;
173
  font-weight: bold !important;
 
174
  }
175
- .custom-button {
176
  background-color: #000000 !important;
 
177
  }
178
  .pink-bg {
179
  background-color: #ff4081 !important;
 
171
  background-color: #333333 !important;
172
  color: white !important;
173
  font-weight: bold !important;
174
+ transition: all 0.3s ease !important;
175
  }
176
+ .custom-button:hover {
177
  background-color: #000000 !important;
178
+ transform: scale(1.05);
179
  }
180
  .pink-bg {
181
  background-color: #ff4081 !important;