Spaces:
Running
Running
change notes color
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ if "labels_dict" not in st.session_state:
|
|
180 |
"""
|
181 |
<style>
|
182 |
.hint {
|
183 |
-
color: rgba(
|
184 |
font-size: 16px;
|
185 |
}
|
186 |
</style>
|
|
|
180 |
"""
|
181 |
<style>
|
182 |
.hint {
|
183 |
+
color: rgba(222, 49, 99, 0.9);
|
184 |
font-size: 16px;
|
185 |
}
|
186 |
</style>
|