Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
|
@@ -53,7 +53,7 @@ def get_custom_css():
|
|
| 53 |
color: black;
|
| 54 |
font-weight: bold;
|
| 55 |
transition: all 0.3s ease;
|
| 56 |
-
border:
|
| 57 |
}
|
| 58 |
|
| 59 |
[data-testid="stDownloadButton"] button:hover {
|
|
|
|
| 53 |
color: black;
|
| 54 |
font-weight: bold;
|
| 55 |
transition: all 0.3s ease;
|
| 56 |
+
border: 1px solid black;
|
| 57 |
}
|
| 58 |
|
| 59 |
[data-testid="stDownloadButton"] button:hover {
|