satya11 commited on
Commit
a6e7558
·
verified ·
1 Parent(s): 1ffa714

Update pages/3. Terminology.py

Browse files
Files changed (1) hide show
  1. pages/3. Terminology.py +1 -1
pages/3. Terminology.py CHANGED
@@ -102,7 +102,7 @@ if page_section == "Basic Terms":
102
  with st.expander(term):
103
  st.markdown(f"""
104
  <div class='term-card'>
105
- <p style='font-size: 1.1rem; color: #399;'>{definition}</p>
106
  </div>
107
  """, unsafe_allow_html=True)
108
 
 
102
  with st.expander(term):
103
  st.markdown(f"""
104
  <div class='term-card'>
105
+ <p style='font-size: 1.1rem; color: white;'>{definition}</p>
106
  </div>
107
  """, unsafe_allow_html=True)
108