Spaces:
Running
Running
Upload app.py
Browse files
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;
|