Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,12 +113,12 @@ st.markdown(
|
|
113 |
background-color: #C0C0C0;
|
114 |
}
|
115 |
.css-ocqkz7 > div:nth-child(4) button:hover {
|
116 |
-
color: #
|
117 |
background-color: #FAA0A0;
|
118 |
}
|
119 |
.css-ocqkz7 > div:nth-child(4) button:active {
|
120 |
background-color: #FF6961;
|
121 |
-
color: #
|
122 |
}
|
123 |
</style>""",
|
124 |
unsafe_allow_html=True,
|
|
|
113 |
background-color: #C0C0C0;
|
114 |
}
|
115 |
.css-ocqkz7 > div:nth-child(4) button:hover {
|
116 |
+
color: #8B0000;
|
117 |
background-color: #FAA0A0;
|
118 |
}
|
119 |
.css-ocqkz7 > div:nth-child(4) button:active {
|
120 |
background-color: #FF6961;
|
121 |
+
color: #FFFFFF;
|
122 |
}
|
123 |
</style>""",
|
124 |
unsafe_allow_html=True,
|