SHAMIL SHAHBAZ AWAN commited on
Commit
83a3779
·
verified ·
1 Parent(s): 8193c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -25,7 +25,7 @@ st.markdown(
25
 
26
  /* Set footer text color to white */
27
  h2, h3, h4, h5, h6, p {{
28
- color: black; /* Set text color to black */
29
  }}
30
 
31
  /* Set footer styling */
@@ -51,6 +51,11 @@ st.markdown(
51
  background-color: white;
52
  color: black;
53
  }}
 
 
 
 
 
54
  </style>
55
  """,
56
  unsafe_allow_html=True
 
25
 
26
  /* Set footer text color to white */
27
  h2, h3, h4, h5, h6, p {{
28
+ color: white; /* Set all text color to white */
29
  }}
30
 
31
  /* Set footer styling */
 
51
  background-color: white;
52
  color: black;
53
  }}
54
+
55
+ /* Set all output text (retrieved chunks and responses) to white */
56
+ .stMarkdown, .stTextInput, .stText, .stCode, .stJson, .stFileUploader, .stError, .stSuccess {{
57
+ color: white !important;
58
+ }}
59
  </style>
60
  """,
61
  unsafe_allow_html=True