Spaces:
Running
Running
Update style.py
Browse files
style.py
CHANGED
@@ -17,8 +17,8 @@ styles = {
|
|
17 |
border: none;
|
18 |
}
|
19 |
.stButton > button:hover {
|
20 |
-
background-color: #
|
21 |
-
color:
|
22 |
border: none;
|
23 |
}
|
24 |
</style>
|
@@ -26,17 +26,17 @@ styles = {
|
|
26 |
"download_button": """
|
27 |
<style>
|
28 |
.stDownloadButton button {
|
29 |
-
background-color: #
|
30 |
-
color:
|
31 |
padding: 0.5rem 1rem !important;
|
32 |
border-radius: 0.5rem !important;
|
33 |
-
border:
|
34 |
font-weight: 600 !important;
|
35 |
margin: 1rem 0 !important;
|
36 |
transition: all 0.3s ease !important;
|
37 |
}
|
38 |
.stDownloadButton button:hover {
|
39 |
-
background-color: #
|
40 |
box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
|
41 |
transform: translateY(-2px) !important;
|
42 |
}
|
|
|
17 |
border: none;
|
18 |
}
|
19 |
.stButton > button:hover {
|
20 |
+
background-color: #0066cc;
|
21 |
+
color: white;
|
22 |
border: none;
|
23 |
}
|
24 |
</style>
|
|
|
26 |
"download_button": """
|
27 |
<style>
|
28 |
.stDownloadButton button {
|
29 |
+
background-color: #32CD32 !important;
|
30 |
+
color: black !important;
|
31 |
padding: 0.5rem 1rem !important;
|
32 |
border-radius: 0.5rem !important;
|
33 |
+
border: 1px solid #228B22 !important;
|
34 |
font-weight: 600 !important;
|
35 |
margin: 1rem 0 !important;
|
36 |
transition: all 0.3s ease !important;
|
37 |
}
|
38 |
.stDownloadButton button:hover {
|
39 |
+
background-color: #3CB371 !important;
|
40 |
box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
|
41 |
transform: translateY(-2px) !important;
|
42 |
}
|