Spaces:
Running
Running
Update style.py
Browse files
style.py
CHANGED
@@ -8,20 +8,18 @@ styles = {
|
|
8 |
""",
|
9 |
"button": """
|
10 |
<style>
|
11 |
-
.stButton button {
|
12 |
width: 100%;
|
13 |
-
|
14 |
-
color:
|
15 |
-
|
16 |
-
|
17 |
-
font-weight: 600;
|
18 |
border: none;
|
19 |
-
margin: 1rem 0;
|
20 |
}
|
21 |
-
.stButton button:hover {
|
22 |
-
background-color: #
|
23 |
-
|
24 |
-
|
25 |
}
|
26 |
</style>
|
27 |
""",
|
|
|
8 |
""",
|
9 |
"button": """
|
10 |
<style>
|
11 |
+
.stButton > button {
|
12 |
width: 100%;
|
13 |
+
margin-top: 1rem;
|
14 |
+
background-color: #FFD700;
|
15 |
+
color: black;
|
16 |
+
font-weight: bold;
|
|
|
17 |
border: none;
|
|
|
18 |
}
|
19 |
+
.stButton > button:hover {
|
20 |
+
background-color: #FFC800;
|
21 |
+
color: black;
|
22 |
+
border: none;
|
23 |
}
|
24 |
</style>
|
25 |
""",
|