Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,21 +82,22 @@ st.markdown("""
|
|
82 |
|
83 |
st.markdown("""
|
84 |
<style>
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
}
|
89 |
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
|
|
|
|
94 |
}
|
95 |
|
96 |
-
/*
|
97 |
-
|
98 |
-
|
99 |
-
.css-1d391kg .stTitle {
|
100 |
color: white !important;
|
101 |
}
|
102 |
</style>
|
|
|
82 |
|
83 |
st.markdown("""
|
84 |
<style>
|
85 |
+
/* Sidebar styling */
|
86 |
+
[data-testid="stSidebar"] {
|
87 |
+
background-color: #2fab1a !important;
|
88 |
}
|
89 |
|
90 |
+
/* Sidebar content styling */
|
91 |
+
[data-testid="stSidebar"] .stMarkdown,
|
92 |
+
[data-testid="stSidebar"] .stText,
|
93 |
+
[data-testid="stSidebar"] .stTitle,
|
94 |
+
[data-testid="stSidebar"] label {
|
95 |
+
color: white !important;
|
96 |
}
|
97 |
|
98 |
+
/* Ensure text areas in sidebar maintain styling */
|
99 |
+
[data-testid="stSidebar"] .stTextArea textarea {
|
100 |
+
background-color: #2fab1a !important;
|
|
|
101 |
color: white !important;
|
102 |
}
|
103 |
</style>
|